Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Evheniy Bystrov committed Feb 10, 2017
1 parent 181ebc9 commit 2b37718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:security": "./node_modules/.bin/nsp check",
"test:coverage": "./node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- tests/**/*.{js,jsx}",
"report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"prepush": "npm run lint && npm test"
"precommit": "npm run lint && npm test"
},
"engines": {
"node": ">=6.9.5"
Expand Down Expand Up @@ -67,6 +67,7 @@
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"husky": "^0.13.1",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.10.0",
"mocha": "^3.2.0",
Expand Down

0 comments on commit 2b37718

Please sign in to comment.