Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Nov 22, 2014
1 parent 6c18858 commit 09f6ff5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions lib/repl.js
Expand Up @@ -104,8 +104,7 @@ module.exports = function(db, config, cache) {
}

db.del(key, function(err) {
var keys = cache.data;
keys.splice(keys.indexOf(key), 1);
cache.data.splice(cache.data.indexOf(key), 1);
callback.apply(this, arguments);
repl.displayPrompt();
});
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": "./bin/lev",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 09f6ff5

Please sign in to comment.