From 6f1d1e781f8a6a186552ce59e6d7da92e21ec6ea Mon Sep 17 00:00:00 2001 From: Ersin Akinci Date: Fri, 26 Apr 2019 16:01:37 -0700 Subject: [PATCH] Make @oclif/config a prod dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c023838..7ccc0125 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/command/issues", "dependencies": { + "@oclif/config": "^1.12.10", "@oclif/errors": "^1.2.2", "@oclif/parser": "^3.7.3", "debug": "^4.1.1", "semver": "^5.6.0" }, "devDependencies": { - "@oclif/config": "^1.12.10", "@oclif/plugin-help": "^2.1.6", "@oclif/plugin-plugins": "^1.7.7", "@oclif/tslint": "^3.1.1",