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

Commit e693249

Browse files
committed
update readme
1 parent cf7fecc commit e693249

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ level.js an implementation of the [leveldown](https://github.com/rvagg/node-leve
66

77
For some demos of it working, see @brycebaril's presentation "Path of the NodeBases Jedi": http://brycebaril.github.io/nodebase_jedi/#/vanilla
88

9-
[![testling badge](https://ci.testling.com/maxogden/level.js.png)](https://ci.testling.com/maxogden/level.js)
10-
119
[![NPM](https://nodei.co/npm/level-js.png)](https://nodei.co/npm/level-js/)
1210

1311
level.js uses [IDBWrapper](https://github.com/jensarps/IDBWrapper) by jensarps to ensure compatibility between IDB implementations.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"leveldb"
1616
],
1717
"author": "max ogden",
18-
"license": "BSD",
18+
"license": "BSD-2-Clause",
1919
"devDependencies": {
2020
"beefy": "~0.3.0",
2121
"browserify": "^4.1.2",
22-
"levelup": "~0.18.2"
22+
"levelup": "~0.18.2",
23+
"tape": "^4.0.0"
2324
},
2425
"dependencies": {
25-
"abstract-leveldown": "~0.12.0",
26+
"abstract-leveldown": "^2.4.0",
2627
"idb-wrapper": "^1.5.0",
2728
"isbuffer": "~0.0.0",
2829
"ltgt": "^1.0.1",
29-
"tape": "~2.10.2",
3030
"typedarray-to-buffer": "~1.0.0",
3131
"xtend": "~2.1.2"
3232
},

0 commit comments

Comments
 (0)