Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Blanket to 1.2.x
Mocha to 3.x
  • Loading branch information
eugenet8k committed Sep 28, 2016
1 parent 5c78fa6 commit 2a42352
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
13 changes: 8 additions & 5 deletions example-requirejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"grunt": "grunt",
"test": "grunt test"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"devDependencies": {
"blanket": "1.1.6",
"blanket": "~1.2.3",
"chai": "1.8.1",
"grunt-mocha-blanket": "0.6.1",
"grunt-cli": "1.2.0",
"grunt": "0.4.5",
"mocha": "2.0.1",
"grunt-mocha-blanket": "0.6.2",
"grunt-cli": "~1.2.0",
"grunt": "~0.4.5",
"mocha": "~3.1.0",
"requirejs": "2.1.10"
}
}
13 changes: 8 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@
"grunt": "grunt",
"test": "grunt test"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"devDependencies": {
"blanket": "1.1.6",
"blanket": "~1.2.3",
"chai": "1.8.1",
"grunt-mocha-blanket": "0.6.1",
"grunt-cli": "1.2.0",
"grunt": "0.4.5",
"mocha": "2.0.1"
"grunt-mocha-blanket": "0.6.2",
"grunt-cli": "~1.2.0",
"grunt": "~0.4.5",
"mocha": "~3.1.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-mocha-blanket",
"description": "Headless Blanket.js code coverage and Mocha testing via PhantomJS",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://github.com/eugenet8k/grunt-mocha-blanket",
"author": {
"name": "Dave Cadwallader",
Expand Down Expand Up @@ -41,19 +41,19 @@
"test": "grunt test"
},
"dependencies": {
"blanket": "~1.1.6",
"grunt-lib-phantomjs": "1.0.0",
"blanket": "~1.2.3",
"grunt-lib-phantomjs": "~1.1.0",
"lodash": "~2.4.1",
"mocha": "~2.0.1"
"mocha": "~3.1.0"
},
"peerDependencies": {
"grunt": "0.4.5"
"grunt": "~0.4.5"
},
"devDependencies": {
"grunt-cli": "1.2.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-jshint": "1.0.0",
"grunt": "0.4.5"
"grunt": "~0.4.5"
},
"keywords": [
"blanket",
Expand Down

0 comments on commit 2a42352

Please sign in to comment.