Skip to content

Commit

Permalink
feat(pre-commit): jshint must pass to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thepian committed Apr 22, 2015
1 parent 4146ec2 commit 34017ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"mocha": "2.1.0",
"notes": "0.0.4",
"npm-dview": "1.1.2",
"pre-commit": "^1.0.6",
"shelljs": "0.4.0",
"should": "5.2.0",
"sinon": "^1.14.1",
Expand All @@ -77,7 +78,8 @@
"lint": "node_modules/.bin/jshint .",
"notes": "node_modules/.bin/notes",
"test": "node_modules/.bin/mocha test/unit/**/* --reporter spec --require should --require sinon",
"testDebug": "node_modules/.bin/mocha --debug-brk test/unit/**/* --reporter spec --require should --require sinon"
"testDebug": "node_modules/.bin/mocha --debug-brk test/unit/**/* --reporter spec --require should --require sinon",
"pre-commit": [ "lint"]
},
"directories": {
"lib": "./lib",
Expand Down

0 comments on commit 34017ff

Please sign in to comment.