Make npm-mongo package version match npm mongodb package.

This commit is contained in:
Ben Newman
2016-10-08 13:55:58 -04:00
parent d8d70eaba6
commit 39046e4eb8
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
meteor@1.0.3
npm-mongo@1.5.49
underscore@1.0.0

View File

@@ -3,7 +3,7 @@
Package.describe({
summary: "Wrapper around the mongo npm package",
version: '1.5.48_1',
version: '2.2.10_1',
documentation: null
});