Skip to content

Commit

Permalink
Merge pull request #50 from bitcoinjs/bumpSECP
Browse files Browse the repository at this point in the history
Bump Version, Use updated secp256k1, Fix npm audit
  • Loading branch information
junderw authored Dec 1, 2020
2 parents 1360e17 + 256406d commit 5a311f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-secp256k1",
"version": "1.1.5",
"version": "1.1.6",
"description": "A tiny secp256k1 native/JS wrapper",
"main": "index.js",
"gypfile": true,
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"browserify": "^16.2.2",
"tap-difflet": "^0.7.1",
"tap-difflet": "^0.7.2",
"tape": "^4.9.0"
},
"browser": {
Expand Down

0 comments on commit 5a311f1

Please sign in to comment.