From cb454e7e0b6990e56078965bb1752de3e756a642 Mon Sep 17 00:00:00 2001 From: msukkari Date: Thu, 2 Jul 2026 12:55:45 -0700 Subject: [PATCH] fix(ci): map @react-grab and element-source licenses to MIT in license audit Co-Authored-By: Claude Opus 4.8 (1M context) --- scripts/npmLicenseMap.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/npmLicenseMap.json b/scripts/npmLicenseMap.json index 9e26dfeeb..829d04fa0 100644 --- a/scripts/npmLicenseMap.json +++ b/scripts/npmLicenseMap.json @@ -1 +1,5 @@ -{} \ No newline at end of file +{ + "@react-grab/cli": { "old": "UNKNOWN", "new": "MIT" }, + "@react-grab/mcp": { "old": "UNKNOWN", "new": "MIT" }, + "element-source": { "old": "UNKNOWN", "new": "MIT" } +}