Skip to content

Commit

Permalink
Remove husky and precise-commits (DefinitelyTyped#39018)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored Oct 10, 2019
1 parent f58986c commit a4cd306
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit a4cd306

Please sign in to comment.