diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30468e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.npm \ No newline at end of file diff --git a/package.js b/package.js index 0ebe993..c0ee8c7 100644 --- a/package.js +++ b/package.js @@ -1,17 +1,18 @@ Package.describe({ "summary": "Clustering solution for Meteor with load balancing and service discovery.", - "version": "1.6.9", + "version": "1.6.9_3", "git": "https://github.com/meteorhacks/cluster.git", "name": "meteorhacks:cluster" }); Npm.depends({ - "cookies": "0.5.0", - "http-proxy": "1.8.1", + "cookies": "0.5.1", + "http-proxy": "1.13.1", "portscanner": "1.0.0", // mongodb@1.4.32 with binary modules removed! // Stolen from Meteor's mongo package. see: http://goo.gl/GJJQ8e - "mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a" + //"mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a" + "mongodb": "2.2.5" }); Package.onTest(function(api) {