diff --git a/README.md b/README.md index 42159f9..0becc5d 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ var db = require('diskdb'); db.connect('/examples/db', ['articles']); db.articles.remove({rating : "5 stars"}, false); // remove only the first match ``` -Using remove without any params will delete the file and remove the db instance. +Using remove without any params will delete the file and will remove the db instance. ```js var db = require('diskdb'); db.connect('/examples/db', ['articles']); diff --git a/package.json b/package.json index 199b275..5bc5d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diskdb", - "version": "0.1.10", + "version": "0.1.11", "main": "lib/diskdb.js", "description": "A Light Weight Disk based JSON Database with a MongoDB like API", "homepage": "http://arvindr21.github.io/diskDB", @@ -37,8 +37,7 @@ "dependencies": { "chalk": "^0.4.0", "node-uuid": "^1.4.1", - "merge": "^1.1.3", - "underscore": "^1.6.0" + "merge": "^1.1.3" }, "scripts": { "test": "grunt"