Skip to content

Commit c85e243

Browse files
committed
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 <[email protected]> Ticket: BTC-0
1 parent 0a15748 commit c85e243

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"type": "git",
99
"url": "git+https://github.com/BitGo/BitGoWASM.git"
1010
},
11+
"license": "Apache-2.0",
1112
"scripts": {
1213
"check-fmt": "npm run --workspaces check-fmt"
1314
},

packages/wasm-utxo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@bitgo/wasm-utxo",
33
"description": "WebAssembly wrapper for rust-bitcoin (beta)",
44
"version": "0.0.1",
5-
"lint-staged": "MIT",
65
"repository": {
76
"type": "git",
87
"url": "git+https://github.com/BitGo/BitGoWASM"

0 commit comments

Comments
 (0)