peerigon / phridge

A bridge between node and PhantomJS
The Unlicense
519 stars 50 forks source link

chore(deps): switch phantomjs-prebuilt to tilde #53

Closed Zertz closed 3 years ago

Zertz commented 8 years ago

PhantomJS tends to include fixes that may break rendering in minor versions. Using tilde is safer :-)

As a side note, perhaps phridge should be pinned/synced with PhantomJS releases?

ie.:

phridge 2.1.3 => "phantomjs-prebuilt": "2.1.3" phridge 2.1.4 => "phantomjs-prebuilt": "2.1.4"

And so on.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 570f24e8c719c59f19f6e9f4c034ee56b72cf840 on Zertz:patch-1 into 0aa95f81dffcaab48357ebf2aab42ce64ce69247 on peerigon:master.