From 1ec1158fc454d7be637d98a0474da7473a895496 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 25 Oct 2017 17:53:08 -0600 Subject: [PATCH 1/2] update for maintainer --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d0cd8c..8191845 100644 --- a/README.md +++ b/README.md @@ -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); -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index b53bc32..2ac2ec8 100644 --- a/package.json +++ b/package.json @@ -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", From 829acd0d002381bab70cb83f23bf051c29077aff Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 25 Oct 2017 18:03:18 -0600 Subject: [PATCH 2/2] v1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ac2ec8..e7fdf3c 100644 --- a/package.json +++ b/package.json @@ -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": {