diff --git a/package.json b/package.json index 4d6c7747e8d6..a78dde28966d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", - "repository": "https://github.com/tailwindlabs/tailwindcss.git", + "repository": { + "type": "git", + "url": "https://github.com/tailwindlabs/tailwindcss.git#v3" + }, "bugs": "https://github.com/tailwindlabs/tailwindcss/issues", "homepage": "https://tailwindcss.com", "bin": { @@ -29,6 +32,9 @@ "release-notes": "node ./scripts/release-notes.js", "prepublishOnly": "npm install --force && npm run build" }, + "publishConfig": { + "provenance": true + }, "files": [ "src/*", "cli/*",