Install exit module

This commit is contained in:
mmcwilliams 2019-02-26 21:10:11 -05:00
parent fa477aec83
commit bc9e882a37
2 changed files with 4 additions and 0 deletions

3
cli/package-lock.json generated
View File

@ -752,6 +752,9 @@
"resolved": "https://registry.npmjs.org/error-symbol/-/error-symbol-0.1.0.tgz", "resolved": "https://registry.npmjs.org/error-symbol/-/error-symbol-0.1.0.tgz",
"integrity": "sha1-Ck2uN9YA0VopukU9jvkg8YRDM/Y=" "integrity": "sha1-Ck2uN9YA0VopukU9jvkg8YRDM/Y="
}, },
"exit": {
"version": "file:lib/exit"
},
"expand-template": { "expand-template": {
"version": "2.0.3", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",

View File

@ -21,6 +21,7 @@
"commander": "^2.19.0", "commander": "^2.19.0",
"delay": "file:../app/lib/delay", "delay": "file:../app/lib/delay",
"device": "file:lib/device", "device": "file:lib/device",
"exit": "file:lib/exit",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",
"humanize-duration": "^3.17.0", "humanize-duration": "^3.17.0",
"intval": "file:lib/intval", "intval": "file:lib/intval",