Skip to content

Commit

Permalink
Now using husky to manage git-hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh <[email protected]>
  • Loading branch information
creatorrr committed Jun 25, 2017
1 parent 2badf14 commit 9f357ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dist": "npm run bundle && npm run minify",
"build-all": "npm run docs && npm run build && npm run dist && npm run rollup",
"prepare": "npm run build-all",
"precommit": "npm test",
"prepublishOnly": "npm test && npm run build-all",
"test": "npm run flow && mocha --ui qunit --compilers js:babel-register"
},
Expand Down Expand Up @@ -49,6 +50,7 @@
"co": "^4.6.0",
"documentation": "^4.0.0-rc.1",
"flow-bin": "^0.46.0",
"husky": "^0.14.1",
"mocha": "^2.4.5",
"rollup": "^0.43.0",
"rollup-plugin-async": "^1.2.0",
Expand Down
31 changes: 0 additions & 31 deletions pre-commit-hook

This file was deleted.

0 comments on commit 9f357ec

Please sign in to comment.