From 6b0470607c1fe643985ddb5d289cc36b1402ac44 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 Nov 2017 11:50:09 -0700 Subject: [PATCH] update urls --- README.md | 5 +++++ package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba07ea3..c97cabf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ oauth3.js ========= +| *oauth3.js* +| [issuer.html](https://git.oauth3.org/OAuth3/issuer.html) +| [issuer.rest.walnut.js](https://git.oauth3.org/OAuth3/issuer.rest.walnut.js) +| Sponsored by [Daplie](https://daplie.com) + The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation (Yes! works in browsers and node.js with no extra dependencies or bloat and no hacks!) diff --git a/package.json b/package.json index 47cec23..c89c20a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git@git.daplie.com:OAuth3/oauth3.js.git" + "url": "git@git.oauth3.org:OAuth3/oauth3.js.git" }, "keywords": [ "oauth", @@ -35,7 +35,7 @@ "bluebird": "^3.5.0", "elliptic": "^6.4.0", "request": "^2.81.0", - "terminal-forms.js": "git+https://git.daplie.com/OAuth3/terminal-forms.js.git#v1" + "terminal-forms.js": "git+https://git.oauth3.org/OAuth3/terminal-forms.js.git#v1" }, "devDependencies": { "browserify-aes": "^1.0.6", @@ -49,6 +49,6 @@ "gulp-uglify": "^2.1.0", "vinyl-source-stream": "^1.1.0" }, - "author": "AJ ONeal (https://daplie.com/)", + "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)" }