mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Fix incorrect repository URL in package.json
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
"url" : "http://github.com/jimeh/node-base58.git"
|
"url" : "https://github.com/jimeh/node-base58.git"
|
||||||
},
|
},
|
||||||
|
|
||||||
"main": "./lib/base58",
|
"main": "./lib/base58",
|
||||||
|
|||||||
Reference in New Issue
Block a user