Closed jcpst closed 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.
npm-watch
package.json
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.
It does seem like that was left by accident, thank you for reporting it.
I will try and fix it later today.
v0.1.2 is now up on npm. Thank you for reporting this
v0.1.2
npm
I noticed that every time I start
npm-watch
it prints out the array of args it gathers from thepackage.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.