From 4a335923a40860d79cd615b71dd482d554fbbd2a Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 8 Jan 2025 17:19:30 -0600 Subject: [PATCH] Move YAML out of devDependencies --- website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/package.json b/website/package.json index d6029c1187a5..24fcd9199334 100644 --- a/website/package.json +++ b/website/package.json @@ -18,7 +18,8 @@ "sails-hook-orm": "^4.0.3", "sails-hook-sockets": "^3.0.0", "sails-postgresql": "^5.0.1", - "stripe": "17.3.1" + "stripe": "17.3.1", + "yaml": "1.10.2" }, "devDependencies": { "eslint": "5.16.0", @@ -26,8 +27,7 @@ "htmlhint": "0.11.0", "lesshint": "6.3.6", "marked": "4.0.10", - "sails-hook-grunt": "^5.0.0", - "yaml": "1.10.2" + "sails-hook-grunt": "^5.0.0" }, "scripts": { "custom-tests": "echo \"(No other custom tests yet.)\" && echo",