Skip to content

Commit

Permalink
Update mongodb and version
Browse files Browse the repository at this point in the history
  • Loading branch information
powmedia committed Nov 8, 2016
1 parent d30f989 commit 9ed7322
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 90 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "6.x"
- "5.1"
- "4.2"
- "0.12"
- "0.10"
- "iojs"
Expand Down
86 changes: 0 additions & 86 deletions npm-shrinkwrap.json

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Charles Davison <charlie@powmedia.co.uk>",
"name": "pow-mongodb-fixtures",
"description": "Easy JSON fixture loading for MongoDB. Makes managing document relationships easier.",
"version": "0.13.0",
"version": "0.14.0",
"repository": {
"type": "git",
"url": "http://github.com/powmedia/pow-mongodb-fixtures.git"
Expand All @@ -15,11 +15,10 @@
},
"dependencies": {
"async": "0.1.15",
"bson": ">=0.0.4",
"mongodb": "~2.0.36",
"mongodb": "~2.2.x",
"nodeunit": "^0.9.1",
"optimist": "0.3.5",
"lodash": "~3.10.0"
"underscore": "1.8.x"
},
"devDependencies": {
"nodeunit": "^0.9.1"
Expand Down

0 comments on commit 9ed7322

Please sign in to comment.