Skip to content

Instantly share code, notes, and snippets.

@nkohari
Created October 24, 2014 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkohari/c859f20edb0cb697ae45 to your computer and use it in GitHub Desktop.
Save nkohari/c859f20edb0cb697ae45 to your computer and use it in GitHub Desktop.
{
"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