forked from alexziskind1/nativescript-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped version, added contrib section and added contributor
- Loading branch information
1 parent
ed85a68
commit 801d05f
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nativescript-oauth", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "OAuth 2 login for NativeScript.", | ||
"main": "index.js", | ||
"nativescript": { | ||
|
@@ -32,8 +32,16 @@ | |
], | ||
"author": { | ||
"name": "Alexander Ziskind", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"url" : "http://www.nuvious.com/blog" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Kevin Primm", | ||
"email": "[email protected]", | ||
"url" : "http://primm.me/" | ||
} | ||
], | ||
"bugs": { | ||
"url": "https://github.com/alexziskind1/nativescript-oauth/issues" | ||
}, | ||
|