From ae439d27b95e8dc069f88a03e0169ce534c64441 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 12 Nov 2014 12:08:33 +1100 Subject: [PATCH] update mocha and browserify --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a752157188..a1f30063a9 100644 --- a/package.json +++ b/package.json @@ -53,10 +53,10 @@ }, "devDependencies": { "istanbul": "0.3.2", - "matcha": "0.5.0", + "matcha": "0.6.0", "mocha": "2.0.1", "uglify-js": "2.4.15", - "browserify": "6.2.0", + "browserify": "6.3.2", "rimraf": "2.2.8", "jshint": "2.5.10", "chai": "^1.9.2"