From 8e3826b6c398f7f0c3aa60479d43cc93c8b555f2 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 29 May 2025 08:02:57 -0700 Subject: [PATCH] Delete unneeded --- .idea/workspace.xml | 145 +++++------------------------------------ plugins_/_package.json | 25 ------- 2 files changed, 17 insertions(+), 153 deletions(-) delete mode 100644 plugins_/_package.json diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a5108d61..b316f8b3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -50,120 +50,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -993,7 +882,6 @@ - @@ -1018,7 +906,8 @@ - true diff --git a/plugins_/_package.json b/plugins_/_package.json deleted file mode 100644 index 33edba00..00000000 --- a/plugins_/_package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@yaakapp/plugins", - "repository": "https://github.com/yaakapp/plugins", - "workspaces": [ - "plugins/*" - ], - "private": true, - "scripts": { - "build": "workspaces-run --parallel -- npm run --workspaces build", - "dev": "workspaces-run --parallel -- npm run --workspaces dev", - "test": "vitest run", - "lint": "tsc" - }, - "devDependencies": { - "@types/node": "^22.7.4", - "jsonpath": "^1.1.1", - "typescript": "^5.6.2", - "vitest": "^2.0.4", - "workspaces-run": "^1.0.2", - "@yaakapp/cli": "^0.1.5" - }, - "dependencies": { - "@yaakapp/api": "^0.6.0" - } -}