update for maintainer

Šī revīzija ir iekļauta:
AJ ONeal 2017-10-25 17:53:08 -06:00
vecāks f46266439a
revīzija 1ec1158fc4
2 mainīti faili ar 4 papildinājumiem un 4 dzēšanām

Parādīt failu

@ -45,10 +45,10 @@ Decentralized:
```bash ```bash
# As a library # 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) # 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: Centralized:
@ -66,4 +66,4 @@ API
``` ```
hexdump(arrayBuffer, byteOffset, byteLength); hexdump(arrayBuffer, byteOffset, byteLength);
``` ```

Parādīt failu

@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@git.daplie.com:Daplie/hexdump.js.git" "url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
}, },
"keywords": [ "keywords": [
"hexdump", "hexdump",