From 1f4871ba1290031a4dfbb9acd73fb1b0f7def8f3 Mon Sep 17 00:00:00 2001 From: Ronny Toribio <130106273+ronny-toribio@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:23:55 -0500 Subject: [PATCH] feat: add lgpl license to package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d4942a..ad9e852 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "validation" ], "author": "Diego Salas Noain ", - "license": "ISC", + "license": "LGPL-3.0", "bugs": { "url": "https://github.com/Coffeeless-Programming-Playground/coffeeless-react-validators/issues" },