From 8f8bb727ed99789ff33cd081f40983dca3e0802f Mon Sep 17 00:00:00 2001 From: Theo Browne Date: Wed, 27 Nov 2024 00:31:56 -0800 Subject: [PATCH] More cleanup and version bump --- .github/FUNDING.yml | 4 ---- package-lock.json | 8 ++------ package.json | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 51755f6..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,4 +0,0 @@ -# These are supported funding model platforms - -open_collective: material-theme -polar: material-theme diff --git a/package-lock.json b/package-lock.json index 6e0d8ab..0176ff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "vsc-material-theme", + "name": "vsc-material-theme-but-i-wont-sue-you", "version": "34.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "vsc-material-theme", + "name": "vsc-material-theme-but-i-wont-sue-you", "version": "34.5.0", "hasInstallScript": true, "license": "Apache-2.0", @@ -34,10 +34,6 @@ "engines": { "node": ">=12", "vscode": "^1.51.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/material-theme" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 85dd0c7..2ed2cdd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Material Theme (But I Won't Sue You)", "description": "The most epic theme now for Visual Studio Code", "version": "34.5.0", - "publisher": "Theo", + "publisher": "t3dotgg", "license": "Apache-2.0", "author": "Theo", "icon": "logo.png",