From f883f83762b4585ef296e63c3f31e19044a9c368 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 17 Mar 2016 19:45:21 +0000 Subject: [PATCH] build: Bump npm development dependencies to latest MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit grunt-contrib-copy 0.8.2 → 1.0.0 grunt-contrib-watch 0.6.1 → 1.0.0 karma 0.13.19 → 0.13.22 Change-Id: Idc5c1ac97580e91d9c958c55cdfdda681330c254 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8dcb72dd20..9ea6c7b292 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-banana-checker": "0.4.0", - "grunt-contrib-copy": "0.8.2", + "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.0.0", - "grunt-contrib-watch": "0.6.1", + "grunt-contrib-watch": "1.0.0", "grunt-jscs": "2.8.0", "grunt-jsonlint": "1.0.7", "grunt-karma": "0.12.2", - "karma": "0.13.19", + "karma": "0.13.22", "karma-chrome-launcher": "0.2.2", "karma-firefox-launcher": "0.1.7", "karma-qunit": "0.1.9", -- 2.20.1