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 d5a32b2 commit e0ddd8dCopy full SHA for e0ddd8d
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "react-native-oauth",
3
- "version": "2.1.15",
+ "name": "@gsandf/react-native-oauth",
+ "version": "2.1.16",
4
"author": "Ari Lerner <[email protected]> (https://fullstackreact.com)",
5
"description": "An oauth manager for dealing with the complexities of oauth",
6
"main": "./react-native-oauth.js",
@@ -32,8 +32,8 @@
32
},
33
"rnpm": {
34
"commands": {
35
- "prelink": "node_modules/react-native-oauth/bin/prepare.sh",
36
- "postlink": "node_modules/react-native-oauth/bin/cocoapods.sh"
+ "prelink": "node_modules/@gsandf/react-native-oauth/bin/prepare.sh",
+ "postlink": "node_modules/@gsandf/react-native-oauth/bin/cocoapods.sh"
37
38
"ios": {
39
"project": "ios/OAuthManager.xcodeproj"
0 commit comments