Skip to content

Commit

Permalink
updated datapay version and bsv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
torusJKL committed Feb 1, 2020
1 parent 163925c commit 9199562
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 39 deletions.
217 changes: 180 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datapay",
"version": "0.0.18",
"version": "0.0.19",
"description": "post data over bitcoin sv",
"main": "index.js",
"scripts": {
Expand All @@ -19,11 +19,12 @@
"unpkg": "dist/datapay.min.js",
"dependencies": {
"bitcore-explorers": "^1.0.1",
"bsv": "^1.2.0",
"buffer": "^5.2.1",
"mingo": "^2.2.4"
},
"peerDependencies": {
"bsv": "0.27.1"
"bsv": "^1.2.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 9199562

Please sign in to comment.