language-javascript-semantic icon indicating copy to clipboard operation
language-javascript-semantic copied to clipboard

NPM can pull down git repos

Open balupton opened this issue 10 years ago • 1 comments

As a result, this package ships with a modified version of Acorn, but it would be preferable if those issues could be worked out so that Acorn can be pulled from npm in the future.

Hey, if you've forked acorn on github, you can get npm to pull down your fork directly: https://www.npmjs.org/doc/json.html#dependencies

balupton avatar Jun 07 '14 19:06 balupton

Thanks, I didn't know that :+1:

Effectively, though, the version included in this package is a fork of Acorn on GitHub, and as long as this package is the only consumer for it, not much would be gained from factoring it out. Notably, we would still not automatically get upstream updates.

But it's probably a step in the right direction still.

p-e-w avatar Jun 08 '14 07:06 p-e-w