Skip to content

Commit fe23739

Browse files
committed
Use a binary-less mongodb npm module
1 parent a167ede commit fe23739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Npm.depends({
99
"cookies": "0.5.0",
1010
"http-proxy": "1.8.1",
1111
"portscanner": "1.0.0",
12-
"mongodb": "1.4.33"
12+
// [email protected] with binary modules removed!
13+
// Stolen from Meteor's mongo package. see: http://goo.gl/GJJQ8e
14+
"mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a"
1315
});
1416

1517
Package.onTest(function(api) {

0 commit comments

Comments
 (0)