File tree Expand file tree Collapse file tree 3 files changed +135
-87
lines changed Expand file tree Collapse file tree 3 files changed +135
-87
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- yarn lint-staged
4
+ npx lint-staged
5
+
Original file line number Diff line number Diff line change 63
63
"start:website" : " webpack-dev-server --mode development --config webpack.website.ts" ,
64
64
"preversion" : " yarn run validate" ,
65
65
"version" : " git add -A package.json" ,
66
- "postinstall" : " husky install" ,
67
- "prepublishOnly" : " pinst --disable" ,
68
- "postpublish" : " pinst --enable"
66
+ "prepare" : " husky install"
69
67
},
70
68
"main" : " ./lib/diff2html.js" ,
71
69
"module" : " ./lib-esm/diff2html.js" ,
120
118
"handlebars" : " 4.7.7" ,
121
119
"handlebars-loader" : " 1.7.1" ,
122
120
"html-webpack-plugin" : " 5.3.1" ,
123
- "husky" : " ^6.0.0" ,
124
121
"image-webpack-loader" : " 7.0.1" ,
125
122
"is-ci-cli" : " 2.2.0" ,
126
123
"jest" : " 26.6.3" ,
129
126
"mini-css-extract-plugin" : " 1.4.0" ,
130
127
"mkdirp" : " 1.0.4" ,
131
128
"nopt" : " 5.0.0" ,
132
- "pinst" : " ^2.1.4" ,
133
129
"postcss" : " 8.2.9" ,
134
130
"postcss-cli" : " 8.3.1" ,
135
131
"postcss-import" : " 14.0.1" ,
143
139
"url-loader" : " 4.1.1" ,
144
140
"webpack" : " 5.30.0" ,
145
141
"webpack-cli" : " 4.6.0" ,
146
- "whatwg-fetch" : " 3.6.2"
142
+ "whatwg-fetch" : " 3.6.2" ,
143
+ "husky" : " ^6.0.0"
147
144
},
148
145
"resolutions" : {
149
146
"lodash" : " >=4.17.20" ,
You can’t perform that action at this time.
0 commit comments