From 2c9215dc6e4e2f553f9ea36e2149c7264f6131c9 Mon Sep 17 00:00:00 2001 From: Baldo Alessandro Date: Fri, 8 Nov 2024 12:42:42 +0100 Subject: [PATCH] Sync package.json license field to new license The license field declared in the package.json was out of sync with the new license. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 739c319..b5072af 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "textfield" ], "author": "Jack Stenglein", - "license": "GPL-3.0-only", + "license": "MIT", "devDependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0",