From e2df02e62f27f3f98c94761e521dd14806677e10 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 20 Aug 2022 11:19:46 +0800 Subject: [PATCH] delete husky hook --- package.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c74d97b..50a764b 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,6 @@ "@types/react-dom": "^16.9.0", "@types/react-test-renderer": "^16.0.3", "babel-eslint": "^10.0.2", - "wo-base-deployer": "git+https://git.faronear.org/npm/wo-base-deployer", - "wo-base-webserver": "git+https://git.faronear.org/npm/wo-base-webserver", "bluebird": "^3.5.5", "chalk": "^2.4.2", "eslint": "^6.2.1", @@ -51,7 +49,6 @@ "eslint-plugin-react": "^7.11.1", "hexo-fs": "^2.0.0", "hexo-util": "^1.0.0", - "husky": "^3.0.4", "lint-staged": "^9.2.3", "moment": "^2.24.0", "nodemon": "^2.0.2", @@ -64,17 +61,14 @@ "tslint-react": "^4.0.0", "umi": "^2.8.20", "umi-plugin-react": "^1.9.19", - "umi-types": "^0.3.17" + "umi-types": "^0.3.17", + "wo-base-deployer": "git+https://git.faronear.org/npm/wo-base-deployer", + "wo-base-webserver": "git+https://git.faronear.org/npm/wo-base-webserver" }, "lint-staged": { "*.{ts,tsx}": ["git add"] }, "engines": { "node": ">=8.0.0" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } } }