nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

Unlock or extend the range of acceptable PhantomJs modules #194

Closed lmarkus closed 9 years ago

lmarkus commented 9 years ago

See: https://github.com/jdcataldo/grunt-mocha-phantomjs/issues/36#issuecomment-121789305

shellscape commented 9 years ago

:+1: what's the deal with this? Shouldnt the dep be defined as ^1.9.1 instead of ~1.9.1? This is causing major breakage in our tools, especially with gulp-mocha-phantomjs.

nathanboktae commented 9 years ago

The issue is detailed in #167. PhantomJS 1.9.8 has a bug that is causing breaks for other people.

I have republished 3.5.6 with the ~1.9.8 depedency range, and I'll set the 1.9.1 - 1.9.7-15 for 3.6.0.

lmarkus commented 9 years ago

Thanks!

shellscape commented 9 years ago

Thank you!