From 745595b4dc11247b161ea178f18ed20728b6a5ea Mon Sep 17 00:00:00 2001 From: Davide Date: Sun, 26 Mar 2017 02:42:51 +0100 Subject: [PATCH] Specify phantoms 1.9.15 as a minimum As a workaround for this issue: https://github.com/Medium/phantomjs/issues/275 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78e55d7..acdcf51 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "dalek-browser-phantomjs", - "version": "0.0.4", + "version": "0.0.5", "description": "PhantomJS binding for DalekJS", "main": "./index.js", "dependencies": { - "phantomjs": "~1.9.14", + "phantomjs": "~1.9.15", "q": "1.1.2", "portscanner": "1.0.0" },