Created
December 5, 2013 14:13
-
-
Save james-huston/7805743 to your computer and use it in GitHub Desktop.
Package.json entry for firing the pre-commit creator on npm install.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "youproject", | |
"version": "0.0.1", | |
"description": "some cool stuff", | |
"main": "index.js", | |
"scripts": { | |
"install": "bash scripts/pre-commit.sh" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment