From 027166d768257594197b88adb4f3db554e0c5263 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Tue, 25 Jun 2024 22:25:43 +0100 Subject: [PATCH] build: Update pnpm installation and setup in release.yml --- vscode-workspaces-gnome/package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vscode-workspaces-gnome/package.json b/vscode-workspaces-gnome/package.json index 9608d0e..d8b3116 100644 --- a/vscode-workspaces-gnome/package.json +++ b/vscode-workspaces-gnome/package.json @@ -4,16 +4,8 @@ "description": "A VSCode/Codium Workspace management tool-set for GNOME", "type": "module", "private": true, - "repository": { - "type": "git", - "url": "git+https://github.com/ZanzyTHEbar/vscode-nautilus.git" - }, "author": "ZanzyTHEbar ", "license": "MIT", - "bugs": { - "url": "https://github.com/ZanzyTHEbar/vscode-nautilus/issues" - }, - "homepage": "https://github.com/ZanzyTHEbar/vscode-nautilus#readme", "sideEffects": false, "devDependencies": { "eslint": "^9.5.0",