From 0a15748bd0f127bfe8f01ddc788d0d5f1afebe9c Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Wed, 5 Nov 2025 14:58:39 -0800 Subject: [PATCH] fix: use mit license for wasm-utxo Ticket: BTC-2724 --- packages/wasm-utxo/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/wasm-utxo/package.json b/packages/wasm-utxo/package.json index ad5593d..bd63314 100644 --- a/packages/wasm-utxo/package.json +++ b/packages/wasm-utxo/package.json @@ -7,6 +7,7 @@ "type": "git", "url": "git+https://github.com/BitGo/BitGoWASM" }, + "license": "MIT", "files": [ "dist/*/js/wasm/wasm_utxo.d.ts", "dist/*/js/wasm/wasm_utxo.js",