diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-29 20:15:48 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-29 20:15:48 -0300 |
commit | 993282e5d028564346e0c794a2d6407077665353 (patch) | |
tree | 3354166178ae4f9cfbc4747777aecd4f38167bc6 | |
parent | 316c3e2509a73d824b7c3acfa302857b415c3221 (diff) |
Remove iac
-rw-r--r-- | package-lock.json | 5 | ||||
-rw-r--r-- | package.json | 1 | ||||
m--------- | tui-lib | 0 |
3 files changed, 0 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 9f98a0b..4352577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,11 +27,6 @@ "es6-error": "^3.0.1" } }, - "iac": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/iac/-/iac-1.1.0.tgz", - "integrity": "sha1-C83Rc3Jy/qwj5126pFeCnYHTtMw=" - }, "js-base64": { "version": "2.4.5", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz", diff --git a/package.json b/package.json index c16fc0c..fe701c3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "dependencies": { "command-exists": "^1.2.6", "fifo-js": "^2.1.0", - "iac": "^1.1.0", "js-base64": "^2.4.5", "mkdirp": "^0.5.1", "node-fetch": "^2.1.2", diff --git a/tui-lib b/tui-lib -Subproject c5b3a076963517c93b6596f3e0a860be1d80ef8 +Subproject 9743a9fcf7b8e5e5dd98cd1c74aefa36a3f70a9 |