dependencies - Depend on a branch or tag using a git URL in a package.json? -
say i've forked node module bugfix , want use fixed version, on feature branch of course, until bugfix merged , released.
what scribble dependencies
of package.json
?
from npm docs:
git://github.com/<user>/<project>.git#<branch> git://github.com/<user>/<project>.git#feature\/<branch>
Comments
Post a Comment