switch pre-commit hook to use pre-commit npm package (#823)

This commit is contained in:
Kevin Barabash
2017-08-27 17:53:41 -04:00
committed by GitHub
parent ba069db196
commit 796551021b
2 changed files with 5 additions and 3 deletions

View File

@@ -36,16 +36,20 @@
"nomnom": "^1.8.1",
"object-assign": "^4.1.0",
"pako": "1.0.4",
"pre-commit": "^1.2.2",
"selenium-webdriver": "^2.48.2",
"shared-git-hooks": "^1.2.1",
"sri-toolbox": "^0.2.0",
"uglify-js": "~2.7.5"
},
"bin": "cli.js",
"scripts": {
"test": "make lint test",
"lint": "make lint",
"prepublish": "make NIS= dist"
},
"pre-commit": [
"lint"
],
"dependencies": {
"match-at": "^0.1.0"
},