Skip to content

Commit

Permalink
update phantomjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Cataldo committed Jul 16, 2015
1 parent 8f29ef2 commit 6244831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ grunt.registerTask('test', ['connect', 'mocha_phantomjs']);

## Release History

* 2015-02-26   v0.6.2   Lock down phantomjs to match mocha-phantomjs peerDependency
* 2015-02-26   v0.6.1   Add silent option to suppress stdout
* 2014-07-24   v0.6.0   Upgrade mocha-phantomjs to 3.5.0 and drops node 0.8 support
* 2014-05-08   v0.5.0   Upgrade mocha-phantomjs to 3.4.0
Expand Down
4 changes: 2 additions & 2 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.6.1",
"version": "0.6.2",
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs",
"author": {
"name": "Justin Cataldo",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"mocha-phantomjs": "~3.5.0",
"phantomjs": "~1.9.1",
"phantomjs": "1.9.1 - 1.9.7-15",
"lodash": "2.4.1",
"async": "~0.2"
},
Expand Down

0 comments on commit 6244831

Please sign in to comment.