This commit is contained in:
Alan Shaw 2019-01-14 09:44:30 +00:00
parent e28ef44776
commit ad08d43abb
No known key found for this signature in database
GPG Key ID: AFC4442246B75B6F
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "multiaddr-to-uri", "name": "multiaddr-to-uri",
"version": "4.0.0", "version": "4.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "multiaddr-to-uri", "name": "multiaddr-to-uri",
"version": "4.0.0", "version": "4.0.1",
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io", "description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {