mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

Bump watchify-middleware to 1.6 (w/ bundle method) #136

Closed bendrucker closed 8 years ago

bendrucker commented 8 years ago

1.6 is actually required and the server will throw on boot if <1.6 is used

mattdesl commented 8 years ago

Thanks. Shouldn't this already be in place though, since the caret exists in package.json? npm will install latest.

bendrucker commented 8 years ago

Generally yeah, but npm caching behavior can (and in my case did) result in an older version getting installed