cmanzana / node-publish

MIT License
13 stars 7 forks source link

Fix handling of --tag option: it must be set on npm.load() #9

Closed seanpk closed 8 years ago

seanpk commented 8 years ago

as promised in issue #4

seanpk commented 8 years ago

re: the travis failure

the new tests (in test/outside-in.js) use child_process, which has a different API now than it did in node v0.11 they do work locally for me on v4.4.1, as do the real actions with --tag

cmanzana commented 8 years ago

could you change the travis yaml to refer to newer versions of node? then I believe travis CI build will be ok and I can merge the pull request

seanpk commented 8 years ago

Turns out it wasn't the changes to child_process that was at fault, but that String.prototype.includes didn't exist before v4.

seanpk commented 8 years ago

Thanks for pulling this in @cmanzana. When do you plan to publish 0.6.0 to npm?

cmanzana commented 8 years ago

done! and thanks to you for contributing!

seanpk commented 8 years ago

awesome, thanks!