update urls

This commit is contained in:
AJ ONeal 2017-10-28 22:08:06 -06:00
parent e32cfba853
commit 02fea4473b
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"version": "1.0.7", "version": "1.0.7",
"description": "Like hexdump on *nix, but in JavaScript.", "description": "Like hexdump on *nix, but in JavaScript.",
"main": "hexdump.js", "main": "hexdump.js",
"homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",
"bin": { "bin": {
"hexdump.js": "./bin/cli.js" "hexdump.js": "./bin/cli.js"
}, },
@ -11,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/hexdump.js.git" "url": "git://git.coolaj86.com:coolaj86/hexdump.js.git"
}, },
"keywords": [ "keywords": [
"hexdump", "hexdump",