From 797133eff10c3fdd44fe3aeab80348c376014c77 Mon Sep 17 00:00:00 2001 From: John Leider Date: Thu, 17 Oct 2019 15:59:18 -0500 Subject: [PATCH] chore(package.json): move pluralize to a peerDependency --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f3801a5..0a2b4f1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "devDependencies": { "inquirer": "^7.0.0", "lodash": "^4.17.15", - "pluralize": "^8.0.0", "shelljs": "^0.8.3" + }, + "peerDependencies": { + "pluralize": "^8.0.0" } }