browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

Fix notation that breaks Node 0.8 #40

Closed jmreidy closed 10 years ago

jmreidy commented 10 years ago

Switch ^ for ~

ghost commented 10 years ago

This is actually related to your npm version, not the version of node.

jmreidy commented 10 years ago

Ah sorry, I should've been more precise. It breaks for Node 0.8 on Travis, which uses an older NPM version.

ghost commented 10 years ago

Here's what I do to get node 0.8 working on travis:

https://github.com/substack/watchify/blob/master/.travis.yml#L5-L6