Remove husky and precise-commits (#39018)

This commit is contained in:
Orta 2019-10-10 11:02:26 -07:00 committed by GitHub
parent f58986ca20
commit a4cd306b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}