We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b5c8d commit 90aa4a3Copy full SHA for 90aa4a3
package.json
@@ -5,7 +5,10 @@
5
"license": "MIT",
6
"main": "lib/index.js",
7
"types": "types/index.d.ts",
8
- "repository": "https://github.com/tailwindlabs/tailwindcss.git",
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/tailwindlabs/tailwindcss.git#v3"
11
+ },
12
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
13
"homepage": "https://tailwindcss.com",
14
"bin": {
@@ -29,6 +32,9 @@
29
32
"release-notes": "node ./scripts/release-notes.js",
30
33
"prepublishOnly": "npm install --force && npm run build"
31
34
},
35
+ "publishConfig": {
36
+ "provenance": true
37
38
"files": [
39
"src/*",
40
"cli/*",
0 commit comments