Pages

2018-02-04

Use Github branch as dependency in package.json February 03, 2018 at 11:18PM



Need to track a forked version of a node codebase, or separate out components of a project into their own repos? To have npm install a public project that is hosted on Github, and not the NPM registry, add the Github repo to package.json dependencies using the username/repo#branch-name format.

http://bit.ly/2s1RiZr

via Tumblr http://bit.ly/2Ed62t6

No comments:

Post a Comment