Compare commits

..

No commits in common. "7cc3a81b5468ed0315cb4e46e12e4ed4301b075a" and "52c555a312faf38ff18f8fa9e2244bf99f8924e7" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
{ {
"name": "hexdump.js", "name": "hexdump.js",
"version": "1.0.8", "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"
}, },
@ -12,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://git.coolaj86.com:coolaj86/hexdump.js.git" "url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
}, },
"keywords": [ "keywords": [
"hexdump", "hexdump",