From 9743a9fcf7b8e5e5dd98cd1c74aefa36a3f70a94 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 29 Jun 2018 19:57:30 -0300 Subject: Remove unused iac dependency Also removed yarn.lock since I don't use yarn for this anymore. --- package.json | 1 - ui/Root.js | 2 -- yarn.lock | 7 ------- 3 files changed, 10 deletions(-) delete mode 100644 yarn.lock diff --git a/package.json b/package.json index f92515b..2d55077 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "author": "Florrie ", "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" -- cgit 1.3.0-6-gf8a5