From 27843011bec2c9e33eac2efe11417e16f6a855f6 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Wed, 27 Jun 2018 17:50:00 +0800 Subject: [PATCH] fix leveldb crash on mac (#13) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7732366..f70c981 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "cuid": "^2.1.1", "encoding-down": "^2.3.1", "levelup": "github:zixia/levelup", - "nosql-leveldb": "git://github.com/snowyu/node-nosql-leveldb.git", + "nosql-leveldb": "^3.0.1", "rimraf": "^2.6.2", "state-switch": "^0.4.5" },