update urls
This commit is contained in:
parent
e32cfba853
commit
02fea4473b
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.7",
|
||||
"description": "Like hexdump on *nix, but in JavaScript.",
|
||||
"main": "hexdump.js",
|
||||
"homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",
|
||||
"bin": {
|
||||
"hexdump.js": "./bin/cli.js"
|
||||
},
|
||||
|
@ -11,7 +12,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
|
||||
"url": "git://git.coolaj86.com:coolaj86/hexdump.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hexdump",
|
||||
|
|
Loading…
Reference in New Issue