From 12798def941648a59a0827d0555e9d3f3df326d3 Mon Sep 17 00:00:00 2001 From: surunzi Date: Thu, 21 Nov 2019 07:47:30 +0800 Subject: [PATCH] chore: remove husky dependency --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index 3c77bfd..e047fc3 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,6 @@ "genIcon": "node script/genIcon", "genUtilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\"" }, - "husky": { - "hooks": { - "pre-commit": "npm run ci" - } - }, "repository": { "type": "git", "url": "git+https://github.com/liriliri/eruda.git" @@ -51,7 +46,6 @@ "handlebars-loader": "^1.7.1", "html-minifier": "^4.0.0", "html-minifier-loader": "^1.4.1", - "husky": "^3.0.9", "istanbul": "^0.4.5", "jasmine-core": "^2.8.0", "jasmine-jquery": "^2.1.1",