File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ice/store" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"description" : " Lightweight React state management library based on react hooks" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
28
28
"scripts" : {
29
29
"build" : " rm -rf lib && tsc" ,
30
30
"watch" : " tsc -w" ,
31
- "prepublishOnly" : " npm run lint && npm run test && npm run build" ,
31
+ "prepublishOnly" : " npm run lint:nofix && npm run test && npm run build" ,
32
32
"lint" : " npm run lint:nofix -- --fix" ,
33
33
"lint:nofix" : " eslint --cache --ext .ts,.tsx ./" ,
34
34
"test" : " NODE_ENV=unittest jest" ,
53
53
"dependencies" : {
54
54
"is-promise" : " ^2.1.0" ,
55
55
"lodash.foreach" : " ^4.5.0" ,
56
- "lodash.isfunction" : " ^3.0.9" ,
57
- "lodash.isobject" : " ^3.0.2"
56
+ "lodash.isfunction" : " ^3.0.9"
58
57
},
59
58
"peerDependencies" : {
60
59
"react" : " ^16.8.0"
You can’t perform that action at this time.
0 commit comments