From 1206945c47e9d3bcde537a0279f1976ece5f0f4f Mon Sep 17 00:00:00 2001 From: Gabor Babicz Date: Sat, 5 Oct 2024 17:44:28 +0200 Subject: [PATCH] Remove outdated Yarn workspaces entry --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 20dde40..b9d187c 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,6 @@ "repository": "https://github.com/zeppelin/ember-click-outside", "license": "MIT", "author": "Gabor Babicz ", - "workspaces": [ - "ember-click-outside", - "test-app" - ], "scripts": { "build": "pnpm --filter ember-click-outside build", "lint": "pnpm --filter '*' lint",