From d5944f3aa3be0962e641424a0469b719e692784a Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 19 Oct 2016 19:07:18 +0100 Subject: [PATCH] update --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b69cc40..e24e00a 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,8 @@ }, "bin": { "lot": "./lot.js" + }, + "dependencies": { + "jsonfile": "^2.4.0" } }