shama / napa

:wine_glass: A helper for installing stuff without a package.json with npm.
MIT License
412 stars 34 forks source link

Reference specifiers are ignored. #26

Closed jsdevel closed 9 years ago

jsdevel commented 9 years ago

some/package.git#specifier checks out master everytime.

shama commented 9 years ago

Which repo and specifier have you tried? It should work.

jsdevel commented 9 years ago

@shama I tried many. The reference was getting cut off in the code before calling pkg.install. I have a pull request open to handle it. Tested it out on my project as well as with tap and everything looks good. The changes shouldn't affect backcompat at all.

Let me know if you'd like me to change anything therein or if you feel there's a better way.

Thanks for the great module!