From e799c135be73ccb3fd9b6a07d3fdab593a93460f Mon Sep 17 00:00:00 2001 From: crusader Date: Sun, 26 Aug 2018 23:00:39 +0900 Subject: [PATCH] ing --- package.json | 8 -------- scripts/copy.js | 1 - 2 files changed, 9 deletions(-) diff --git a/package.json b/package.json index 66229da..02e277e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/copy.js b/scripts/copy.js index ed543e6..1a803bf 100644 --- a/scripts/copy.js +++ b/scripts/copy.js @@ -38,7 +38,6 @@ function createDistPackageJson(packageConfig) { scripts, engines, config, - husky, ...distPackageJson } = packageConfig