Skip to content

Instantly share code, notes, and snippets.

@lefnire
Created November 14, 2012 16:31
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 lefnire/4073148 to your computer and use it in GitHub Desktop.
Save lefnire/4073148 to your computer and use it in GitHub Desktop.
install private npm module on heroku
// 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:my_password@bitbucket.org/my_bitbucket_account/my_repo.git"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment