From ee510e2652ef8354ddfa0cbb58d4f360af59424a Mon Sep 17 00:00:00 2001 From: Mqx <62719703+Mqxx@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:32:17 +0100 Subject: [PATCH 1/2] Update jsr.json --- jsr/jsr.json | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/jsr/jsr.json b/jsr/jsr.json index 1a4b790..6de18a5 100644 --- a/jsr/jsr.json +++ b/jsr/jsr.json @@ -1,20 +1,21 @@ { - "name": "@serial/cpp-bindings-windows", - "version": "", - "description": "Windows shared-library bindings for Serial-IO/cpp-core (distributed via JSON/base64 because JSR has limited binary support).", - "exports": { - "./bin": "./src/bin/index.ts" - }, - "publish": { - "include": [ - "README.md", - "LICENSE", - "jsr.json", - "src/**", - "bin/**" - ], - "exclude": [ - "!bin/" - ] - } + "name": "@serial/cpp-bindings-windows", + "version": "", + "license": "./LICENSE", + "description": "C++ Windows Bindings for the serial library", + "exports": { + "./bin": "./src/bin/index.ts" + }, + "publish": { + "include": [ + "README.md", + "LICENSE", + "jsr.json", + "src/**", + "bin/**" + ], + "exclude": [ + "!bin/" + ] + } } From 1df0d694e33cb8f11cf64362da72dd1079c84692 Mon Sep 17 00:00:00 2001 From: Mqx <62719703+Mqxx@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:33:15 +0100 Subject: [PATCH 2/2] Update LICENSE