From 5ce0091eba71f8a7db61b8fc408627a403457823 Mon Sep 17 00:00:00 2001 From: Mqx <62719703+Mqxx@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:35:10 +0100 Subject: [PATCH] Update jsr.json --- jsr/jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsr/jsr.json b/jsr/jsr.json index 8a80c51..1e16c3e 100644 --- a/jsr/jsr.json +++ b/jsr/jsr.json @@ -1,8 +1,8 @@ { "name": "@serial/cpp-bindings-linux", "version": "", - "license": "./LICENSE", "description": "C++ Linux Bindings for the serial library", + "license": "LGPL-3.0", "exports": { "./bin": "./src/bin/index.ts" },