diff options
-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" |