From d18a6f6e73fe898fda9bdf6f228fdbbfd162f692 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 12 Aug 2024 13:13:21 +0530 Subject: [PATCH] chore: removed workspaces from package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 923d2f3e..f5231fac 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "frappe_lms", "version": "1.0.0", "description": "Easy to use, open-source, Learning Management System", - "workspaces": [ + "workspaces1": [ "frappe-ui", "frontend" ],