Comment on Npm Private ModulesparentComments−davej11yHow does versioning work with this? Do you have to point directly at a branch/tag and get the latest or can you somehow use semver fuzzy versions with this? i.e. versions compatible with 1.4 -> '^1.4'−BinaryIdiot11yThere is no versioning in this way, unfortunately. So yeah you have to point at a branch or tag.
Comments
How does versioning work with this? Do you have to point directly at a branch/tag and get the latest or can you somehow use semver fuzzy versions with this? i.e. versions compatible with 1.4 -> '^1.4'
There is no versioning in this way, unfortunately. So yeah you have to point at a branch or tag.