From 9a8656b2b0a6a6e55db1d5ad7097deeda59e1807 Mon Sep 17 00:00:00 2001 From: ejahnGithub Date: Fri, 23 Feb 2024 15:08:41 -0800 Subject: [PATCH] fix package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 8ee744c..3c9c1e2 100644 --- a/package.json +++ b/package.json @@ -85,8 +85,5 @@ "prettier-eslint": "^16.3.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" - }, - "workspaces": [ - "./packages/*" - ] + } }