Compare commits

..

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

1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "hexdump.js", "name": "hexdump.js",
"version": "1.0.9", "version": "1.0.8",
"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", "homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",
"bin": { "bin": {
"hexdump.js": "./bin/cli.js" "hexdump.js": "./bin/cli.js"
}, },