From 98d1e301f00ffb5bd3f2b0383e5d98832019ba7a Mon Sep 17 00:00:00 2001 From: Kevin Dietrich Date: Mon, 22 Feb 2016 19:16:25 +0100 Subject: [PATCH] Fixed missing comma --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69ccdc6..1001417 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "karma-jasmine": "^0.3.7", "karma-phantomjs-launcher": "^1.0.0", "phantomjs": "^2.1.3", - "phantomjs-prebuilt": "^2.1.4" + "phantomjs-prebuilt": "^2.1.4", "grunt-contrib-watch": "^0.6.1", "grunt-jscs": "^2.7.0" }