From 74e74665314e109466476021e2a0402ac736bd1a Mon Sep 17 00:00:00 2001 From: Andrew Chalkley Date: Wed, 4 Feb 2015 20:51:44 -0800 Subject: [PATCH] Bumped Mocha Version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce5a5b0..272032a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "test": "mocha test" }, "devDependencies": { - "mocha": "~1.21.4" + "mocha": "~2.1.0" } }