From 10c8935f038b634d3bc6f78e074510141a049ae0 Mon Sep 17 00:00:00 2001 From: Joshua Gross Date: Mon, 15 Oct 2012 17:12:39 -0500 Subject: [PATCH] Don't specify which version of Mongoose to use; 2.7 and 3.3.1 are supported. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index b2684a5..4e43ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-subpopulate", - "version": "0.1.0", + "version": "0.1.1", "main": "./lib/mongoose-subpopulate.js", "scripts": {}, "repository": { @@ -22,8 +22,6 @@ "expect.js": "~0.1.2" }, "dependencies": { - "mongodb": "1.1.11", - "mongoose": "3.3.1", "async": "" }, "engine": {