Created
November 14, 2012 16:31
-
-
Save lefnire/4073148 to your computer and use it in GitHub Desktop.
install private npm module on heroku
This file contains 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
// see https://npmjs.org/doc/json.html and http://stackoverflow.com/questions/10869796/npm-private-git-module-on-heroku#comment18161791_10869796 | |
"dependencies" : { | |
"my-module" : "git+https://my_username:[email protected]/my_bitbucket_account/my_repo.git" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment