From bbc4c361bb0249d7d05594c0182a3219b53df4e7 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 22 Mar 2016 17:23:15 +0100 Subject: [PATCH] fix(npm): updates phantomjs requirement --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 887c41650d2..0ef4d95b7fd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "karma-phantomjs-launcher": "0.2.1", "load-grunt-tasks": "3.4.0", "mocha": "2.3.4", - "phantomjs": "~2.1.3", + "phantomjs": "^2.1.3", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.0", "sass-lint": "^1.5.0",