From 61443f4814060068bee17e5af27c659f9ed08afd Mon Sep 17 00:00:00 2001 From: nntrivi2001 Date: Fri, 7 Aug 2026 09:28:28 +0700 Subject: [PATCH] chore(deps): resync package-lock license and funding with package.json The lockfile still carried `MIT` and a `funding` URL pointing at an unrelated sponsors page, both left over from the template this project was scaffolded from. package.json declares `UNLICENSED` and no funding. --- package-lock.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dcd21c..125d804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "agent-dashboard", "version": "1.4.6", "hasInstallScript": true, - "license": "MIT", + "license": "UNLICENSED", "dependencies": { "adm-zip": "^0.5.16", "cors": "^2.8.5", @@ -33,9 +33,6 @@ "engines": { "node": ">=20.0.0" }, - "funding": { - "url": "https://github.com/sponsors/hoangsonww" - }, "optionalDependencies": { "better-sqlite3": "^12.0.0" }