From d382464cafe12c003cb4cec9cc53bb4561c1677c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 20 Mar 2017 13:44:04 -0600 Subject: [PATCH] oauth3.js as package name for now --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 073c9ff..ab2e3cd 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "oauth3", + "name": "oauth3.js", "authors": [ "AJ ONeal " ], diff --git a/package.json b/package.json index 02d4599..6ef6685 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "oauth3", + "name": "oauth3.js", "version": "1.0.0", "description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.", "main": "oauth3.node.js",