From ba550d5211b21aeae056a767282baaf356ddaa82 Mon Sep 17 00:00:00 2001 From: Justin Cataldo Date: Tue, 14 Jan 2014 07:14:38 -0500 Subject: [PATCH] upgrade to mocha-phantomjs 3.3.x --- README.md | 1 + package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfdb51f..3d57c9c 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ grunt.registerTask('test', ['connect', 'mocha_phantomjs']); ## Release History +* 2014-01-14   v0.4.0   Upgrade mocha-phantomjs to 3.2.0 * 2013-10-31   v0.3.2   Upgrade mocha-phantomjs to 3.2.0 * 2013-10-31   v0.3.1   Added support for --no-color * 2013-07-05   v0.3.0   Upgrade mocha-phantomjs to 3.1.0 diff --git a/package.json b/package.json index c79d9e9..07d5935 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-mocha-phantomjs", "description": "Run client-side mocha tests using phantomjs", - "version": "0.3.2", + "version": "0.4.0", "homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs", "author": { "name": "Justin Cataldo", @@ -28,14 +28,14 @@ "node": ">= 0.8.0" }, "dependencies": { - "mocha-phantomjs": "~3.2.x", + "mocha-phantomjs": "~3.3.x", "phantomjs": "~1.9.1-0" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt": "~0.4.0", - "chai": "~1.7.x", - "mocha": "~1.12.x", + "chai": "*", + "mocha": "*", "grunt-contrib-connect": "~0.5.0" }, "peerDependencies": {