From e9249f6a285869ccb997553bfff0fa1a432a6327 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Thu, 24 Dec 2015 11:17:02 +0100 Subject: [PATCH] Update bst to new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3677805..18dbd23 100755 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "async": "0.2.10", - "binary-search-tree": "0.2.4", + "binary-search-tree": "0.2.5", "localforage": "^1.3.0", "mkdirp": "~0.5.1", "underscore": "~1.4.4"