Install exit module
This commit is contained in:
parent
fa477aec83
commit
bc9e882a37
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue