Skip to content

Commit 5032494

Browse files
committed
Updated to org
1 parent 5c8e4df commit 5032494

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-nearby-api",
2+
"name": "@badfeatures/react-native-nearby-api",
33
"version": "0.0.4",
44
"description": "React Native wrapper around Google's Nearby API SDK",
55
"main": "index.js",
@@ -8,10 +8,8 @@
88
"start": "node node_modules/react-native/local-cli/cli.js start",
99
"run:packager": "./node_modules/react-native/packager/packager.sh",
1010
"run:ios": "react-native run-ios --project-path ./example/ios",
11-
"build:ios":
12-
"bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios",
13-
"bundle:ios":
14-
"node node_modules/react-native/local-cli/cli.js bundle --entry-file='./example/index.js' --bundle-output='./example/ios/example/main.jsbundle' --dev=false --platform='ios'",
11+
"build:ios": "bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios",
12+
"bundle:ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file='./example/index.js' --bundle-output='./example/ios/example/main.jsbundle' --dev=false --platform='ios'",
1513
"build:android": "./gradlew :react-native-nearby-api:assembleDebug",
1614
"start:android": "adb shell am start -n com.example/.MainActivity",
1715
"run:android": "./gradlew installDebug && yarn start:android",
@@ -26,7 +24,7 @@
2624
"ios"
2725
],
2826
"author": "Bad Features, Inc",
29-
"license": "",
27+
"license": "ISC",
3028
"peerDependencies": {
3129
"react": ">=15.4.0 || ^16.0.0-alpha",
3230
"react-native": "^0.41.2"
@@ -42,5 +40,13 @@
4240
"android": {
4341
"sourceDir": "./android"
4442
}
45-
}
46-
}
43+
},
44+
"repository": {
45+
"type": "git",
46+
"url": "git+https://github.com/badfeatures/react-native-nearby-api.git"
47+
},
48+
"bugs": {
49+
"url": "https://github.com/badfeatures/react-native-nearby-api/issues"
50+
},
51+
"homepage": "https://github.com/badfeatures/react-native-nearby-api#readme"
52+
}

0 commit comments

Comments
 (0)