From 88da91bde32b62923287819caf6a6b64fcb86ae2 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 17:32:07 +0200 Subject: [PATCH] chore: remove karma-chrome-launcher (unused) --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b37debce..cba38474 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "dateformat": "2.0.0", "fs-extra": "1.0.0", - "grunt": "^0.4.5", + "grunt": "0.4.5", "grunt-casperjs": "^2.2.1", "grunt-contrib-clean": "1.0.0", "grunt-contrib-concat": "1.0.1", @@ -48,8 +48,7 @@ "grunt-spritesmith": "6.3.0", "jasmine-core": "2.1.0", "karma": "1.7.0", - "karma-chrome-launcher": "1.0.1", - "karma-jasmine": "1.0.2", + "karma-jasmine": "1.1.0", "karma-phantomjs-launcher": "0.2.3", "load-grunt-tasks": "3.5.0", "phantomjs": "2.1.7",