From ae7948fa5556e1c48f45c842ffd8ffa3c449a2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 7 Jul 2014 21:09:39 +1200 Subject: [PATCH] Update deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e2bc4f..629a904 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ "serialize" ], "devDependencies": { - "jshint": "1.x.x", - "mocha": "1.9.x" + "jshint": "^2.5.2", + "mocha": "^1.20.1" }, "scripts": { "test": "./node_modules/.bin/mocha --reporter spec", "lint": "./node_modules/.bin/jshint --config=./jshint.json funstring.js test" } -} \ No newline at end of file +}