From 4d9a7eb63ebeafe656d45288c57ab403d37b5fe9 Mon Sep 17 00:00:00 2001 From: David Morgenthaler <62114489+jdmorgen@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:05:17 -0800 Subject: [PATCH] Correct license in package.json Tools such as Tidelift use the package.json file to warn of restrictive licenses. Correcting the value to match LICENSE and readme files. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65c9b69..6e1cfad 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/gcxfd" } ], - "license": "AGPL-3.0-or-later", + "license": "MIT", "dependencies": { "bindings": "^1.5.0", "nan": "^2.17.0",