From 920c83a466b7554a54ca4c591fbd656f76b74047 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 17:09:28 +0000 Subject: [PATCH 1/2] Initial plan From c24d0319d27c97252244d7e8eba5144ad72512fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 17:11:21 +0000 Subject: [PATCH 2/2] Add funding metadata to published package manifests Agent-Logs-Url: https://github.com/nevware21/grunt-plugins/sessions/c3d325e9-ad81-4127-9a37-9130a67c4a96 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --- eslint-ts-plugin/package.json | 5 ++++- ts-plugin/package.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/eslint-ts-plugin/package.json b/eslint-ts-plugin/package.json index bfd1426..21bbaf6 100644 --- a/eslint-ts-plugin/package.json +++ b/eslint-ts-plugin/package.json @@ -28,6 +28,10 @@ "bugs": { "url": "https://github.com/nevware21/grunt-plugins/issues" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "licenses": [ { "type": "MIT", @@ -81,4 +85,3 @@ - diff --git a/ts-plugin/package.json b/ts-plugin/package.json index a9c448a..f748c8b 100644 --- a/ts-plugin/package.json +++ b/ts-plugin/package.json @@ -36,6 +36,10 @@ "bugs": { "url": "https://github.com/nevware21/grunt-plugins/issues" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "licenses": [ { "type": "MIT", @@ -82,4 +86,3 @@ -