Skip to content

Commit fffc233

Browse files
committed
add test script
1 parent a49e3e7 commit fffc233

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"publishConfig": {
88
"access": "public"
99
},
10-
"files": [
11-
"./src/index.d.ts",
12-
"./src/index.js"
13-
],
10+
"scripts": {
11+
"test": "jest"
12+
},
1413
"prettier": {
1514
"printWidth": 100,
1615
"semi": false,
@@ -28,6 +27,10 @@
2827
"^~/(.*)": "<rootDir>/$1"
2928
}
3029
},
30+
"files": [
31+
"./src/index.d.ts",
32+
"./src/index.js"
33+
],
3134
"peerDependencies": {
3235
"tailwindcss": ">=3.2.0"
3336
},

0 commit comments

Comments
 (0)