From c85e2434f1bb61dfe9ec7c635e561188108ceef2 Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Wed, 5 Nov 2025 15:45:26 -0800 Subject: [PATCH] fix: add license to root package.json and remove lint-staged BTC-2724-6: Adds Apache-2.0 license to root package.json and removes incorrect lint-staged property from wasm-utxo package.json. Copying BitGoSDK Co-authored-by: llm-git Ticket: BTC-0 --- package.json | 1 + packages/wasm-utxo/package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c870086..4839eac 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "type": "git", "url": "git+https://github.com/BitGo/BitGoWASM.git" }, + "license": "Apache-2.0", "scripts": { "check-fmt": "npm run --workspaces check-fmt" }, diff --git a/packages/wasm-utxo/package.json b/packages/wasm-utxo/package.json index bd63314..18e95d5 100644 --- a/packages/wasm-utxo/package.json +++ b/packages/wasm-utxo/package.json @@ -2,7 +2,6 @@ "name": "@bitgo/wasm-utxo", "description": "WebAssembly wrapper for rust-bitcoin (beta)", "version": "0.0.1", - "lint-staged": "MIT", "repository": { "type": "git", "url": "git+https://github.com/BitGo/BitGoWASM"