gruntjs / grunt-lib-phantomjs

Grunt and PhantomJS, sitting in a tree.
http://gruntjs.com/
MIT License
93 stars 63 forks source link

lock down phantomjs version #73

Closed maxbeatty closed 9 years ago

maxbeatty commented 9 years ago

1.9.15 of phantomjs introduced fs-extra which uses setImmediate which means no more support for node v0.8. Locking down version here would allow everyone to keep using this module as they are.

maxbeatty commented 9 years ago

fs-extra made a patch to still support v0.8 so ~1.9.0-1 is still safe