RE: Use Bitbucket for hosting private npm modules

You are viewing a single comment's thread from:

Use Bitbucket for hosting private npm modules

in programming •  7 years ago 

How do I do versioning in this case? How about tags?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

You can tag the commit, so your npm dependence will looks like "ssh://bitbucket.org/flightfutures/flightfutures-config.git#TAG_NAME_HERE". In other words, just add '#' and the name of the remote tag.