Compare commits

..

No commits in common. "829acd0d002381bab70cb83f23bf051c29077aff" and "f46266439a66adf7cb77122a5eb8fa252aa3df55" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -45,10 +45,10 @@ Decentralized:
```bash ```bash
# As a library # As a library
npm install --save 'git+https://git.coolaj86.com/coolaj86/hexdump.js.git' npm install --save 'git+https://git.daplie.com/Daplie/hexdump.js.git'
# As a global CLI (useful on windows) # As a global CLI (useful on windows)
npm install --global 'git+https://git.coolaj86.com/coolaj86/hexdump.js.git' npm install --global 'git+https://git.daplie.com/Daplie/hexdump.js.git'
``` ```
Centralized: Centralized:
@ -66,4 +66,4 @@ API
``` ```
hexdump(arrayBuffer, byteOffset, byteLength); hexdump(arrayBuffer, byteOffset, byteLength);
``` ```

View File

@ -1,6 +1,6 @@
{ {
"name": "hexdump.js", "name": "hexdump.js",
"version": "1.0.5", "version": "1.0.4",
"description": "Like hexdump on *nix, but in JavaScript.", "description": "Like hexdump on *nix, but in JavaScript.",
"main": "hexdump.js", "main": "hexdump.js",
"bin": { "bin": {
@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/hexdump.js.git" "url": "git@git.daplie.com:Daplie/hexdump.js.git"
}, },
"keywords": [ "keywords": [
"hexdump", "hexdump",