From bc9e882a37f0a275115f580b77e6bbf7308c86a5 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 26 Feb 2019 21:10:11 -0500 Subject: [PATCH] Install exit module --- cli/package-lock.json | 3 +++ cli/package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/cli/package-lock.json b/cli/package-lock.json index bb0db1a..1583af9 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -752,6 +752,9 @@ "resolved": "https://registry.npmjs.org/error-symbol/-/error-symbol-0.1.0.tgz", "integrity": "sha1-Ck2uN9YA0VopukU9jvkg8YRDM/Y=" }, + "exit": { + "version": "file:lib/exit" + }, "expand-template": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", diff --git a/cli/package.json b/cli/package.json index f8b2731..ab42400 100644 --- a/cli/package.json +++ b/cli/package.json @@ -21,6 +21,7 @@ "commander": "^2.19.0", "delay": "file:../app/lib/delay", "device": "file:lib/device", + "exit": "file:lib/exit", "fs-extra": "^7.0.1", "humanize-duration": "^3.17.0", "intval": "file:lib/intval",