From 41bb4b521fdf37d2a3340f6e13320795558bdeef Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Mon, 5 Feb 2018 21:27:19 -0800 Subject: [PATCH] fix: move @anycli/errors to dev deps --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index e0096516..e9ecc1d5 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "version": "1.3.7", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/anycli/config/issues", - "dependencies": { - "indent-string": "^3.2.0", - "wrap-ansi": "^3.0.1" - }, + "dependencies": {}, "devDependencies": { "@anycli/errors": "^0.1.0", "@anycli/parser": "^3.2.5",