diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-29 19:57:30 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-29 19:57:58 -0300 |
commit | 9743a9fcf7b8e5e5dd98cd1c74aefa36a3f70a94 (patch) | |
tree | ba1271adec2d0cf3aaf633e18b081969d31b75e5 | |
parent | c5b3a076963517c93b6596f3e0a860be1d80ef80 (diff) |
Remove unused iac dependency
Also removed yarn.lock since I don't use yarn for this anymore.
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | ui/Root.js | 2 | ||||
-rw-r--r-- | yarn.lock | 7 |
3 files changed, 0 insertions, 10 deletions
diff --git a/package.json b/package.json index f92515b..2d55077 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "author": "Florrie <towerofnix@gmail.com>", "license": "GPL-3.0", "dependencies": { - "iac": "^1.1.0", "word-wrap": "^1.2.3" } } diff --git a/ui/Root.js b/ui/Root.js index b0364e2..16b2fc2 100644 --- a/ui/Root.js +++ b/ui/Root.js @@ -1,5 +1,3 @@ -const iac = require('iac') - const ansi = require('../util/ansi') const DisplayElement = require('./DisplayElement') diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index c3d2183..0000000 --- a/yarn.lock +++ /dev/null @@ -1,7 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -iac@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/iac/-/iac-1.1.0.tgz#0bcdd1737272feac23e75dbaa457829d81d3b4cc" |