This commit is contained in:
crusader 2018-08-26 23:00:39 +09:00
parent cd96a2ad0e
commit e799c135be
2 changed files with 0 additions and 9 deletions

View File

@ -52,13 +52,6 @@
"maxSubjectLength": 120
}
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "lint-staged",
"pre-push": "yarn style && yarn test -- --bail --onlyChanged"
}
},
"peerDependencies": {
"tslib": ">=1.9.0"
},
@ -74,7 +67,6 @@
"cross-var": "1.1.0",
"cz-conventional-changelog": "2.1.0",
"gzip-size-cli": "3.0.0",
"husky": "1.0.0-rc.13",
"jest": "23.5.0",
"jest-watch-typeahead": "0.2.0",
"json5": "1.0.1",

View File

@ -38,7 +38,6 @@ function createDistPackageJson(packageConfig) {
scripts,
engines,
config,
husky,
...distPackageJson
} = packageConfig