Browse Source

1.0.1

fix-133-memory-crash v1.0.1
Dan Janosik 6 years ago
parent
commit
1493a8b49c
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      npm-shrinkwrap.json
  2. 2
      package.json

2
npm-shrinkwrap.json

@ -1,6 +1,6 @@
{
"name": "btc-rpc-explorer",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "btc-rpc-explorer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Explorer for Bitcoin and RPC-compatible blockchains",
"private": false,
"bin": "bin/cli.js",

Loading…
Cancel
Save