Use last version of binary-search-tree module

pull/2/head
Louis Chatriot 10 years ago
parent 2ea3f0c26d
commit ec6b36e42a
  1. 4
      package.json
  2. 0
      somefile

@ -1,6 +1,6 @@
{
"name": "nedb",
"version": "0.10.7",
"version": "0.10.8",
"author": {
"name": "Louis Chatriot",
"email": "louis.chatriot@gmail.com"
@ -22,7 +22,7 @@
"dependencies": {
"async": "0.2.10",
"underscore": "~1.4.4",
"binary-search-tree": "0.2.3",
"binary-search-tree": "0.2.4",
"mkdirp": "~0.3.5"
},
"devDependencies": {

Loading…
Cancel
Save