Compare commits

...

2 Commits

Author SHA1 Message Date
AJ ONeal 829acd0d00 v1.0.5 2017-10-25 18:03:18 -06:00
AJ ONeal 1ec1158fc4 update for maintainer 2017-10-25 17:53:08 -06:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

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