Skip to content

Commit 90aa4a3

Browse files
Fix provenance setup for v3 (#19429)
1 parent 82b5c8d commit 90aa4a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"license": "MIT",
66
"main": "lib/index.js",
77
"types": "types/index.d.ts",
8-
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/tailwindlabs/tailwindcss.git#v3"
11+
},
912
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
1013
"homepage": "https://tailwindcss.com",
1114
"bin": {
@@ -29,6 +32,9 @@
2932
"release-notes": "node ./scripts/release-notes.js",
3033
"prepublishOnly": "npm install --force && npm run build"
3134
},
35+
"publishConfig": {
36+
"provenance": true
37+
},
3238
"files": [
3339
"src/*",
3440
"cli/*",

0 commit comments

Comments
 (0)