diff --git a/frontend/package.json b/frontend/package.json index fb89aaef..28f95301 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,12 +2,6 @@ "name": "@hypercerts-org/frontend", "version": "0.1.0", "license": "Apache-2.0", - "workspaces": { - "nohoist": [ - "@rainbow-me/rainbowkit", - "wagmi" - ] - }, "scripts": { "build": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next build", "start": "serve out", diff --git a/package.json b/package.json index e0bcbb08..38706568 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,6 @@ "author": "Hypercerts Foundation", "license": "Apache-2.0", "private": true, - "workspaces": { - "nohoist": [ - "graph" - ] - }, "scripts": { "build": "turbo run build --concurrency=100%", "copy": "pnpm copy:frontend && pnpm copy:docs && pnpm copy:html",