From fd110df49181baa81566fd71256fe852b259f1bd Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Tue, 4 Jul 2023 08:12:14 -0700 Subject: [PATCH] Move standard to devDependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index efd8cda..e3c7767 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,7 @@ "minimatch": "^9.0.0", "pidtree": "^0.6.0", "read-pkg": "^8.0.0", - "shell-quote": "^1.7.3", - "standard": "^17.1.0" + "shell-quote": "^1.7.3" }, "devDependencies": { "auto-changelog": "^2.2.0", @@ -47,7 +46,8 @@ "jsdoc": "^4.0.0", "mocha": "^10.0.0", "p-queue": "^7.3.4", - "yarn": "^1.12.3" + "yarn": "^1.12.3", + "standard": "^17.1.0" }, "repository": { "type": "git",