Browse Source

Use shorthand GitHub resolution in package.json

psbt-support
Luke Childs 6 years ago
parent
commit
aaa7a5a273
  1. 4
      package-lock.json
  2. 2
      package.json

4
package-lock.json

@ -200,8 +200,8 @@
}
},
"bip174": {
"version": "git+https://github.com/lukechilds/bip174.git#a00379750b41be799d822d060457a6580b7e41db",
"from": "git+https://github.com/lukechilds/bip174.git#finish-init",
"version": "github:lukechilds/bip174#a00379750b41be799d822d060457a6580b7e41db",
"from": "github:lukechilds/bip174#finish-init",
"requires": {
"bip66": "^1.1.5",
"bitcoin-ops": "^1.4.1",

2
package.json

@ -47,7 +47,7 @@
"dependencies": {
"@types/node": "10.12.18",
"bech32": "^1.1.2",
"bip174": "git+https://github.com/lukechilds/bip174.git#finish-init",
"bip174": "github:lukechilds/bip174#finish-init",
"bip32": "^2.0.3",
"bip66": "^1.1.0",
"bitcoin-ops": "^1.4.0",

Loading…
Cancel
Save