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"