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

Commit

Permalink
dependency update and version bump to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Aug 16, 2015
1 parent e25b6c6 commit 5a48288
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-erase",
"version": "2.0.6",
"version": "2.0.7",
"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.3",
"jscs": "^2.0.0",
"coveralls": "^2.11.4",
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"mongoose": "^4.1.0",
"mongoose": "^4.1.2",
"should": "^7.0.2"
},
"config": {
Expand All @@ -46,6 +46,6 @@
}
},
"dependencies": {
"async": "^1.4.0"
"async": "^1.4.2"
}
}

0 comments on commit 5a48288

Please sign in to comment.