From 4c68f46d0800753b8fab20ea66eb9c75110cfbe6 Mon Sep 17 00:00:00 2001 From: Michael Merrill Date: Tue, 4 Apr 2017 23:23:08 -0600 Subject: [PATCH] Replace rethinkdb with lowdb --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 70177b1..cf79592 100644 --- a/api/package.json +++ b/api/package.json @@ -16,7 +16,7 @@ "koa-bodyparser": "^4.2.0", "koa-compress": "^2.0.0", "koa-router": "^7.1.1", - "rethinkdbdash": "^2.3.28", + "lowdb": "^0.16.0", "source-map-support": "^0.4.14", "webpack": "^2.3.3", "zoo": "^0.1.9"