Skip to content

Commit

Permalink
Revert "remove postinstall script"
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus authored Aug 10, 2016
1 parent d68a1e4 commit c23cd66
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 @@ -41,7 +41,8 @@
"scripts": {
"start": "bower install && grunt",
"test": "./node_modules/grunt-cli/bin/grunt cover jshint coveralls --verbose --full",
"travis": "./node_modules/grunt-cli/bin/grunt ci --verbose --force"
"travis": "./node_modules/grunt-cli/bin/grunt ci --verbose --force",
"postinstall": "./node_modules/grunt-cli/bin/grunt githooks"
},
"dependencies": {}
}

0 comments on commit c23cd66

Please sign in to comment.