Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
/ level-js Public archive

Commit 3b7aa71

Browse files
committed
1.0.1 - checks if limit is above 0
1 parent 2732bf6 commit 3b7aa71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Here are the goals of this level.js:
1212

1313
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.
1414

15+
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
16+
1517
## install
1618

1719
```js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "leveldown/leveldb library for browsers using IndexedDB",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)