From dcfff2e449a42d819ffa42fc9aa46657b17667c0 Mon Sep 17 00:00:00 2001 From: kreuzerk Date: Wed, 14 Oct 2020 08:31:56 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20add=20prettier=20as=20dep?= =?UTF-8?q?endency=20instead=20of=20dev=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aad55c5..2965039 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", "svgo": "^1.3.2", + "prettier": "^1.19.1", "typescript": "^3.7.2" }, "devDependencies": { @@ -96,7 +97,6 @@ "husky": "^3.1.0", "import-conductor": "^2.0.3", "jest": "^24.9.0", - "prettier": "^1.19.1", "pretty-quick": "^2.0.1", "replace-json-property": "^1.4.1", "semantic-release": "^15.13.31",