From e63b119f9548247fbf8931d6dc632199ffa581b8 Mon Sep 17 00:00:00 2001
From: Steven Luscher <steven.luscher@anza.xyz>
Date: Fri, 17 Jan 2025 22:05:58 +0000
Subject: [PATCH] Eliminate `"workspaces"` from root package.json

The `pnpm-workspaces.yaml` file takes precedence
---
 package.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package.json b/package.json
index 2cc74d114..aef8429b7 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,6 @@
 {
     "name": "solana-web3.js-monorepo",
     "private": true,
-    "workspaces": [
-        "packages/*"
-    ],
     "scripts": {
         "build": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build",
         "compile": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} compile:js compile:typedefs",