Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
update dependencies and bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Jul 22, 2015
1 parent f1c152d commit 67754d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-erase",
"version": "2.0.4",
"version": "2.0.5",
"description": "Erase collections, models and schemas for unit testing with mongoose",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"homepage": "https://github.com/paperhive/mongoose-erase",
"devDependencies": {
"blanket": "^1.1.7",
"coveralls": "^2.11.2",
"coveralls": "^2.11.3",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"mongoose": "^4.0.7",
"mongoose": "^4.0.8",
"should": "^7.0.2"
},
"config": {
Expand All @@ -46,6 +46,6 @@
}
},
"dependencies": {
"async": "^1.3.0"
"async": "^1.4.0"
}
}

0 comments on commit 67754d9

Please sign in to comment.