« get me outta code hell

Remove unused iac dependency - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-06-29 19:57:30 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-29 19:57:58 -0300
commit9743a9fcf7b8e5e5dd98cd1c74aefa36a3f70a94 (patch)
treeba1271adec2d0cf3aaf633e18b081969d31b75e5 /package.json
parentc5b3a076963517c93b6596f3e0a860be1d80ef80 (diff)
Remove unused iac dependency
Also removed yarn.lock since I don't use yarn for this anymore.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 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"
   }
 }