Depend on a branch or tag using a git URL in a package.json?

Say I’ve forked a node module with a bugfix and I want to use my fixed version, on a feature branch of course, until the bugfix is merged and released.

How would I reference my fixed version in the dependencies of my package.json?

5 Answers
5

Leave a Comment