Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdave committed Nov 12, 2013
1 parent 82723be commit 181817b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 51 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

### 0.3.3
*Released 12 November 2013*

* Bump dependencies for PhantomJS, Mocha, JSHint

### 0.3.2
*Released 30 October 2013*

Expand Down
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "grunt-blanket-mocha",
"description": "Headless Blanket.js code coverage and Mocha testing via PhantomJS",
"version": "0.3.2",
"homepage": "https://github.com/ModelN/grunt-blanket-mocha",
"author": {
"name": "Dave Cadwallader",
"email": "dcadwallader@gmail.com",
"url": "http://geekdave.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ModelN/grunt-blanket-mocha.git"
},
"bugs": {
"url": "https://github.com/ModelN/grunt-blanket-mocha/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ModelN/grunt-blanket-mocha/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt-lib-phantomjs": "~0.3",
"mocha": "~1.12"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-connect": "~0.2",
"grunt-contrib-jshint": "~0.3"
},
"keywords": [
"gruntplugin",
"blanket",
"blanketjs",
"coverage",
"mocha",
"test",
"phantomjs"
]
"name": "grunt-blanket-mocha",
"description": "Headless Blanket.js code coverage and Mocha testing via PhantomJS",
"version": "0.3.3",
"homepage": "https://github.com/ModelN/grunt-blanket-mocha",
"author": {
"name": "Dave Cadwallader",
"email": "dcadwallader@gmail.com",
"url": "http://geekdave.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ModelN/grunt-blanket-mocha.git"
},
"bugs": {
"url": "https://github.com/ModelN/grunt-blanket-mocha/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ModelN/grunt-blanket-mocha/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt-lib-phantomjs": "~0.4.0",
"mocha": "~1.14.0"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1"
},
"keywords": [
"gruntplugin",
"blanket",
"blanketjs",
"coverage",
"mocha",
"test",
"phantomjs"
]
}
2 changes: 1 addition & 1 deletion tasks/blanket_mocha.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// grunt-blanket-mocha 0.3.2
// grunt-blanket-mocha 0.3.3
//
// Copyright (C) 2013 Dave Cadwallader, Model N, Inc.
// Distributed under the MIT License
Expand Down

0 comments on commit 181817b

Please sign in to comment.