From e34ea7d64caab7c2baae24d81b031149fe2e2f8f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Jul 2026 10:52:15 +0000 Subject: [PATCH] fix: sync package-lock.json root license with package.json The relicense in 71ca832 updated package.json's license field to GPL-3.0-or-later but left the lockfile's root package license at MIT, leaving the two out of sync (review finding #5). --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index be220b31..5a4eabf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "slashed-for-wp", "version": "0.4.21", - "license": "MIT", + "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "^21.2.0", "@commitlint/config-conventional": "^21.2.0",