Skip to content

Commit

Permalink
upgrade to mocha-phantomjs 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Cataldo committed Jan 14, 2014
1 parent cf849fd commit ba550d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit ba550d5

Please sign in to comment.