Compare commits
2 Commits
7cc3a81b54
...
b32109f88a
Author | SHA1 | Date |
---|---|---|
AJ ONeal | b32109f88a | |
AJ ONeal | 5a32afba99 |
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "hexdump.js",
|
"name": "hexdump.js",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue