From f3988a5665cb86809cfcfa72f6580dadb9bdfca0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 Nov 2017 12:40:21 -0700 Subject: [PATCH] update urls --- README.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76101ed..b42762c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ issuer@oauth3.org (js) ====================== +| [oauth3.js](https://git.oauth3.org/OAuth3/oauth3.js) +| [issuer.html](https://git.oauth3.org/OAuth3/issuer.html) +| *issuer.rest.walnut.js* +| Sponsored by [Daplie](https://daplie.com) + Implementation of server-side RESTful OAuth3 issuer APIs. These are the OAuth3 APIs that allow for creation and retrieval of public keys diff --git a/package.json b/package.json index 3dc956a..840d1ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issuer_oauth3.org", - "version": "1.0.0-placeholder", + "version": "1.2.0", "description": "Implementation of server-side RESTful OAuth3 issuer APIs", "main": "rest.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.daplie.com/Oauth3/issuer_oauth3.org.git" + "url": "git+https://git.oauth3.org/OAuth3/issuer.rest.walnut.js.git" }, "dependencies": { "bluebird": "^3.5.0",