Skip to content

Commit 8bb7d59

Browse files
authored
Merge pull request #33 from BitGo/BTC-2724-6
fix: add license to root package.json and remove lint-staged
2 parents 277d74e + c85e243 commit 8bb7d59

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)