Now using self balancing binary search trees as indexes

pull/2/head
Louis Chatriot 12 years ago
parent e3e5b7951c
commit fd42fa53e7
  1. 4
      package.json

@ -1,6 +1,6 @@
{ {
"name": "nedb", "name": "nedb",
"version": "0.7.0", "version": "0.7.1",
"author": { "author": {
"name": "tldr.io", "name": "tldr.io",
"email": "hello@tldr.io" "email": "hello@tldr.io"
@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"async": "~0.2.8", "async": "~0.2.8",
"underscore": "~1.4.4", "underscore": "~1.4.4",
"binary-search-tree": "0.2.0" "binary-search-tree": "0.2.1"
}, },
"devDependencies": { "devDependencies": {
"chai": "1.0.x", "chai": "1.0.x",

Loading…
Cancel
Save