From b46465ac683b6fdbb742b6487e7bef7adeea6103 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Wed, 23 Nov 2016 09:15:49 -0800 Subject: [PATCH] Add dependency on 'tmp'. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9386ace5..9b218355 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "source-map-support": "ncalexan/node-source-map-support#fileUrls-plus", "sqlite3": "3.1.8", "thenify-all": "^1.6.0", + "tmp": "0.0.28", "ws": "1.1.1" }, "scripts": {