File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
npx --no-install lint-staged
Original file line number Diff line number Diff line change 6
6
"main" : " cjs/index.js" ,
7
7
"module" : " esm/index.js" ,
8
8
"scripts" : {
9
- "prepare" : " husky install && npm run build" ,
9
+ "prepare" : " husky && npm run build" ,
10
10
"released" : " npm run build && npm run doc" ,
11
11
"doc" : " kkt build --app-src ./website" ,
12
12
"start" : " kkt start --app-src ./website" ,
60
60
"@uiw/reset.css" : " ~1.0.6" ,
61
61
"@wcj/dark-mode" : " ^1.0.14" ,
62
62
"compile-less-cli" : " ~1.9.0" ,
63
- "husky" : " ~7 .0.4 " ,
63
+ "husky" : " ^9 .0.11 " ,
64
64
"kkt" : " ^7.5.5" ,
65
- "lint-staged" : " ~12.3.5 " ,
65
+ "lint-staged" : " ^15.2.2 " ,
66
66
"prettier" : " ~2.8.0" ,
67
67
"react" : " ~18.0.0" ,
68
68
"react-dom" : " ~18.0.0" ,
You can’t perform that action at this time.
0 commit comments