We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bae3d7 commit 2321107Copy full SHA for 2321107
package.json
@@ -1,7 +1,10 @@
1
{
2
"name": "@gsandf/react-native-oauth",
3
"version": "2.2.0",
4
- "author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)",
+ "authors": [
5
+ "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)",
6
+ "Blake Knight <bknight@gsandf.com> (http://blakek.me)"
7
+ ],
8
"description": "An oauth manager for dealing with the complexities of oauth",
9
"main": "./react-native-oauth.js",
10
"scripts": {
@@ -14,7 +17,7 @@
14
17
},
15
18
"repository": {
16
19
"type": "git",
- "url": "https://github.com/fullstackreact/react-native-oauth.git"
20
+ "url": "https://github.com/gsandf/react-native-oauth.git"
21
22
"license": "ISC",
23
"keywords": [
0 commit comments