Skip to content

Commit

Permalink
fix: the pre-commit hook fails to validate code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Mar 29, 2018
1 parent 561eb09 commit c86f0c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"check-clang-format": "bin/check-clang-format.js"
},
"scripts": {
"precommit": "node bin/check-clang-format.js \"bin/git-clang-format\"",
"test": "./test.sh"
},
"contributors": [
Expand All @@ -27,8 +26,5 @@
"async": "^1.5.2",
"glob": "^7.0.0",
"resolve": "^1.1.6"
},
"devDependencies": {
"husky": "^0.14.3"
}
}

0 comments on commit c86f0c8

Please sign in to comment.