M-Zuber / npm-watch

run npm scripts when files change
MIT License
324 stars 38 forks source link

Leftover console.log in published package? #14

Closed jcpst closed 8 years ago

jcpst commented 8 years ago

I noticed that every time I start npm-watch it prints out the array of args it gathers from the package.json object.

https://github.com/grncdr/npm-watch/blob/master/watch-package.js#L74

I'm assuming it just got left in by accident on this commit?

https://github.com/grncdr/npm-watch/commit/7056805b78208e600bab481c6b0a72c8a055ee8a

By the way, I get a lot of use out of this module, thank you.

M-Zuber commented 8 years ago

It does seem like that was left by accident, thank you for reporting it.

I will try and fix it later today.

M-Zuber commented 8 years ago

v0.1.2 is now up on npm. Thank you for reporting this