Skip to content

Commit

Permalink
1.0.1 - checks if limit is above 0
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed May 4, 2013
1 parent 2732bf6 commit 3b7aa71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Here are the goals of this level.js:

Being leveldown compatible means you can use many of the [level-* modules](https://github.com/rvagg/node-levelup/wiki/Modules) on top of this library.

For example, there is experimental support in using the popular [levelup](http://github.com/rvagg/node-levelup) library on top of level.js. See `test-levelup.js` for details

## install

```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "leveldown/leveldb library for browsers using IndexedDB",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3b7aa71

Please sign in to comment.