Ben Dwyer 4 years ago
parent
commit
00a2430cfa
1 changed files with 1 additions and 7 deletions
  1. 1 7
      seedlet/package.json

+ 1 - 7
seedlet/package.json

@@ -10,7 +10,6 @@
     "@wordpress/browserslist-config": "^2.2.2",
     "autoprefixer": "^9.5.1",
     "chokidar-cli": "^2.1.0",
-    "husky": "^4.2.5",
     "minimist": "^1.2.2",
     "node-sass": "^4.13.1",
     "npm-run-all": "^4.1.5",
@@ -43,10 +42,5 @@
     "build": "run-s \"build:*\"",
     "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
     "child-theme": "sh ../theme-dev-utils/build-child-theme.sh"
-  },
-	"husky": {
-		"hooks": {
-			"pre-commit": "node pre-commit-hook.js"
-		}
-	}
+  }
 }