File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
"lint" : " eslint --ignore-path .gitignore --ignore-pattern /examples/ ." ,
13
13
"lint:dts" : " dtslint ." ,
14
14
"lint:fix" : " npm run lint -- --fix" ,
15
+ "postinstall" : " husky install" ,
16
+ "postpublish" : " pinst --enable" ,
15
17
"prepublishOnly" : " pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build" ,
16
18
"release" : " standard-version --no-verify" ,
17
19
"test" : " jest --coverage --testPathIgnorePatterns test/integration/" ,
18
20
"test:ci" : " npm test -- --ci" ,
19
21
"test:module" : " node --experimental-modules test/module/index.mjs" ,
20
22
"test:integration" : " npm run build && jest test/integration/" ,
21
- "test:watch" : " npm test -- --watch" ,
22
- "postinstall" : " husky install" ,
23
- "postpublish" : " pinst --enable"
23
+ "test:watch" : " npm test -- --watch"
24
24
},
25
25
"repository" : {
26
26
"type" : " git" ,
53
53
"dtslint" : " ^4.0.6" ,
54
54
"eslint" : " ^7.15.0" ,
55
55
"eslint-plugin-prettier" : " ^3.3.0" ,
56
- "husky" : " 5.1.1" ,
56
+ "husky" : " ^ 5.1.1" ,
57
57
"jest" : " ^26.6.3" ,
58
58
"lint-staged" : " ^10.5.3" ,
59
- "pinst" : " 2.1.6" ,
59
+ "pinst" : " ^ 2.1.6" ,
60
60
"preact" : " ^10.5.7" ,
61
61
"prettier" : " ^2.2.1" ,
62
62
"react" : " ^17" ,
You can’t perform that action at this time.
0 commit comments