From 2b45963b21b624238a62da20b6439d458076933d Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Thu, 25 Apr 2019 13:45:12 -0700 Subject: [PATCH] fix: move `shelljs` to dev-deps --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 437cf0680d..e2e68ad5ca 100644 --- a/site/package.json +++ b/site/package.json @@ -28,7 +28,6 @@ "polka": "^1.0.0-next.2", "prismjs": "^1.15.0", "session-file-store": "^1.2.0", - "shelljs": "^0.8.3", "sirv": "^0.3.1", "yootils": "0.0.14" }, @@ -56,6 +55,7 @@ "rollup-plugin-svelte": "^5.0.3", "rollup-plugin-terser": "^4.0.4", "sapper": "^0.26.0-alpha.12", + "shelljs": "^0.8.3", "shimport": "0.0.16", "svelte": "^3.0.0-beta.28" },