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.
test
1 parent a49e3e7 commit fffc233Copy full SHA for fffc233
package.json
@@ -7,10 +7,9 @@
7
"publishConfig": {
8
"access": "public"
9
},
10
- "files": [
11
- "./src/index.d.ts",
12
- "./src/index.js"
13
- ],
+ "scripts": {
+ "test": "jest"
+ },
14
"prettier": {
15
"printWidth": 100,
16
"semi": false,
@@ -28,6 +27,10 @@
28
27
"^~/(.*)": "<rootDir>/$1"
29
}
30
+ "files": [
31
+ "./src/index.d.ts",
32
+ "./src/index.js"
33
+ ],
34
"peerDependencies": {
35
"tailwindcss": ">=3.2.0"
36
0 commit comments