Compare commits

...

2 Commits

Author SHA1 Message Date
AJ ONeal b32109f88a v1.0.9 2017-10-28 22:16:43 -06:00
AJ ONeal 5a32afba99 update urls 2017-10-28 22:16:33 -06:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name": "hexdump.js",
"version": "1.0.8",
"version": "1.0.9",
"description": "Like hexdump on *nix, but in JavaScript.",
"main": "hexdump.js",
"homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",
"homepage": "https://git.coolaj86.com/coolaj86/hexdump.js",
"bin": {
"hexdump.js": "./bin/cli.js"
},