How do I do versioning in this case? How about tags?
RE: Use Bitbucket for hosting private npm modules
You are viewing a single comment's thread from:
Use Bitbucket for hosting private npm modules
Use Bitbucket for hosting private npm modules
How do I do versioning in this case? How about tags?
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit