diff --git a/package.json b/package.json index 3f1323b023923b..001728f5933bfd 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,14 @@ }, "devDependencies": { "dtslint": "latest", - "husky": ">=1", - "precise-commits": "^1.0.2", "prettier": "^1.17.1", "types-publisher": "github:Microsoft/types-publisher#production" }, "dependencies": {}, "husky": { "hooks": { - "pre-commit": "precise-commits" + "_comment": "This will remove husky from when we started migrating to use prettier", + "pre-commit": "npm uninstall husky" } } }