mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Remove husky and precise-commits (#39018)
This commit is contained in:
parent
f58986ca20
commit
a4cd306b07
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user