You are viewing a single comment's thread from:RE: Use Bitbucket for hosting private npm modulesView the full contextbosung90 (25)in #programming • 6 years ago 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.