From c1f74157b75c1dedf7ea35b47525153a21ae09d4 Mon Sep 17 00:00:00 2001 From: Russell Morrisey Date: Wed, 18 May 2016 14:53:12 -0400 Subject: [PATCH] Updated phantomjs version. This update fixes an issue which causes npm install to hang while extracting and copying phantomjs. See: https://github.com/johnpapa/hottowel-angular-typescript/issues/20 https://github.com/nodejs/node/issues/1236 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c951b3a..db98c2f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "mocha": "^1.20.1", "mocha-clean": "^0.4.0", "node-notifier": "^4.0.3", - "phantomjs": "1.9.9", + "phantomjs": "1.9.15", "plato": "^1.2.0", "q": "^1.0.1", "sinon": "^1.12.2",