Skip to content

Commit e0ddd8d

Browse files
committed
add prefixes to package.json
1 parent d5a32b2 commit e0ddd8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-native-oauth",
3-
"version": "2.1.15",
2+
"name": "@gsandf/react-native-oauth",
3+
"version": "2.1.16",
44
"author": "Ari Lerner <[email protected]> (https://fullstackreact.com)",
55
"description": "An oauth manager for dealing with the complexities of oauth",
66
"main": "./react-native-oauth.js",
@@ -32,8 +32,8 @@
3232
},
3333
"rnpm": {
3434
"commands": {
35-
"prelink": "node_modules/react-native-oauth/bin/prepare.sh",
36-
"postlink": "node_modules/react-native-oauth/bin/cocoapods.sh"
35+
"prelink": "node_modules/@gsandf/react-native-oauth/bin/prepare.sh",
36+
"postlink": "node_modules/@gsandf/react-native-oauth/bin/cocoapods.sh"
3737
},
3838
"ios": {
3939
"project": "ios/OAuthManager.xcodeproj"

0 commit comments

Comments
 (0)