Skip to content

Commit

Permalink
Update mongodb to 1.3.7.
Browse files Browse the repository at this point in the history
The maintainer had pushed two different versions called 1.3.6, so it's a good
idea to avoid that version.
  • Loading branch information
glasser committed May 30, 2013
1 parent debbaa2 commit d27a3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mongo-livedata/.npm/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mongo-livedata/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Package.describe({
internal: true
});

Npm.depends({mongodb: "1.3.6"});
Npm.depends({mongodb: "1.3.7"});

Package.on_use(function (api) {
api.use(['random', 'ejson', 'json', 'underscore', 'minimongo', 'logging', 'livedata'],
Expand Down

0 comments on commit d27a3b4

Please sign in to comment.