Skip to content

Commit

Permalink
removed unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindr21 committed Jun 17, 2014
1 parent c777bf6 commit 9b196aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9b196aa

Please sign in to comment.