From 5fa9b33c7989d4b7c35b6171754c615ac044f2be Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Thu, 23 Sep 2021 12:49:15 +0200 Subject: [PATCH] Install `cross-env` as dev dependency for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a864c405..84071eeeb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "chartjs-adapter-dayjs": "^1.0.0", "command-exists": "^1.2.9", "compare-versions": "^3.6.0", - "cross-env": "^7.0.3", "dayjs": "^1.10.7", "express": "^4.17.1", "express-basic-auth": "^1.2.0", @@ -96,6 +95,7 @@ "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", "core-js": "^3.17.3", + "cross-env": "^7.0.3", "dns2": "^2.0.1", "eslint": "^7.32.0", "eslint-plugin-vue": "^7.17.0",