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