Merge pull request #21 from Nimblr/localMochaEslint

Use project eslint and mocha instead of global ones
This commit is contained in:
2017-06-24 12:03:58 +02:00
committed by GitHub
+2 -2
View File
@@ -48,8 +48,8 @@
"pre-git": {
"commit-msg": "",
"pre-commit": [
"eslint ./",
"mocha"
"./node_modules/.bin/eslint ./",
"./node_modules/.bin/mocha"
],
"pre-push": [],
"post-commit": [],