From a4cd306b077c00116abc8bc896d0d4ddcd27432b Mon Sep 17 00:00:00 2001 From: Orta Date: Thu, 10 Oct 2019 11:02:26 -0700 Subject: [PATCH] Remove husky and precise-commits (#39018) --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f1323b023..001728f593 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" } } }