Compare commits
No commits in common. "7cc3a81b5468ed0315cb4e46e12e4ed4301b075a" and "52c555a312faf38ff18f8fa9e2244bf99f8924e7" have entirely different histories.
7cc3a81b54
...
52c555a312
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "hexdump.js",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.7",
|
||||
"description": "Like hexdump on *nix, but in JavaScript.",
|
||||
"main": "hexdump.js",
|
||||
"homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",
|
||||
"bin": {
|
||||
"hexdump.js": "./bin/cli.js"
|
||||
},
|
||||
|
@ -12,7 +11,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://git.coolaj86.com:coolaj86/hexdump.js.git"
|
||||
"url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hexdump",
|
||||
|
|
Loading…
Reference in New Issue