Browse Source

chore: update husky

pull/3197/head^2
tanjinzhou 4 years ago
parent
commit
cdd45c4222
  1. 1
      .gitignore
  2. 7
      package.json

1
.gitignore vendored

@ -63,6 +63,7 @@ _site
yarn.lock
package-lock.json
/coverage
.husky
# 备份文件
/components/test/*

7
package.json

@ -46,6 +46,11 @@
"codecov": "codecov",
"postinstall": "node scripts/postinstall || echo \"ignore\""
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/ant-design-vue.git"
@ -131,7 +136,7 @@
"gulp-strip-code": "^0.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^5.0.0",
"husky": "^5.1.3",
"ignore-emit-webpack-plugin": "^2.0.6",
"istanbul-instrumenter-loader": "^3.0.0",
"jest": "^26.0.0",

Loading…
Cancel
Save