Created
November 30, 2013 18:41
-
-
Save fiveisprime/7722807 to your computer and use it in GitHub Desktop.
Custom node modules preinstall.
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": "my-application", | |
| "version": "0.0.0", | |
| "description": "Sample application that has custom modules.", | |
| "main": "index.js", | |
| "scripts": { | |
| "preinstall": "npm install ./custom_modules/custom && npm install ./custom_modules/other-custom" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment