From aa77a4376f8e67c747aadd7b3cdb6afd2fc069dd Mon Sep 17 00:00:00 2001 From: asciidisco Date: Thu, 1 Aug 2013 22:02:51 +0200 Subject: [PATCH] Bumped dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cb3d71f..2720fde 100644 --- a/package.json +++ b/package.json @@ -11,16 +11,16 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-jshint": "~0.6.0", + "grunt-contrib-jshint": "~0.6.2", "grunt-contrib-yuidoc": "~0.4.0", "grunt-contrib-compress": "~0.5.2", - "grunt-mocha-test": "~0.6.1", + "grunt-mocha-test": "~0.6.2", "grunt-complexity": "~0.1.3", "grunt-plato": "~0.2.1", "grunt-documantix": "~0.0.3", "grunt-include-replace": "~1.1.0", "blanket": "~1.1.5", - "chai": "~1.7.0" + "chai": "~1.7.2" }, "scripts": { "test": "grunt test"