From 06aaaaaedfac83ed623d2b1c6b653afe3fb79e1a Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 14 Sep 2022 16:58:29 +0530 Subject: [PATCH] build: move all devDependencies to Dependencies These are real dependencies without which you can't locally build apps. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index ed7900f18a..18063c69cf 100644 --- a/package.json +++ b/package.json @@ -61,9 +61,7 @@ "vue": "2.6.14", "vue-router": "^2.0.0", "vuedraggable": "^2.24.3", - "vuex": "3" - }, - "devDependencies": { + "vuex": "3", "@frappe/esbuild-plugin-postcss2": "^0.1.3", "@vue/component-compiler": "^4.2.4", "autoprefixer": "10",