Skip to content

Commit ffce59b

Browse files
committed
version 1.1.3: reduce compile bundle size
1 parent 397d490 commit ffce59b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.1.3",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -28,11 +28,6 @@
2828
"peerDependencies": {
2929
"react": ">=16"
3030
},
31-
"husky": {
32-
"hooks": {
33-
"pre-commit": "tsdx lint"
34-
}
35-
},
3631
"prettier": {
3732
"printWidth": 80,
3833
"semi": true,

0 commit comments

Comments
 (0)