Created
October 24, 2014 19:58
-
-
Save nkohari/c859f20edb0cb697ae45 to your computer and use it in GitHub Desktop.
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": "awesome-project", | |
"version": "0.0.1", | |
"description": "awesomeness", | |
"dependencies": { | |
... | |
}, | |
"scripts": { | |
"prepublish": "for LINK in 'common' 'data' 'http'; do ln -snf `pwd`/src/$LINK ./node_modules/$LINK; done" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment