Skip to content

Commit

Permalink
remove qrcode dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Jun 28, 2019
1 parent 0c22d31 commit a83b139
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/satchel.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "bsv-satchel",
"version": "0.2.6",
"version": "0.2.7",
"description": "A Bitcoin SV js wallet library",
"dependencies": {
"bsv": "^0.27.1",
"qrcode-svg": "^1.0.0",
"satoshi-bitcoin": "^1.0.4"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3140,11 +3140,6 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

qrcode-svg@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/qrcode-svg/-/qrcode-svg-1.0.0.tgz#25bddf0c06c7e546622f4b595a3553efa2647bce"
integrity sha1-Jb3fDAbH5UZiL0tZWjVT76Jke84=

querystring-es3@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
Expand Down

0 comments on commit a83b139

Please sign in to comment.