Skip to content

Commit

Permalink
Updated to org
Browse files Browse the repository at this point in the history
  • Loading branch information
jacks205 committed Nov 29, 2017
1 parent 5c8e4df commit 5032494
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-nearby-api",
"name": "@badfeatures/react-native-nearby-api",
"version": "0.0.4",
"description": "React Native wrapper around Google's Nearby API SDK",
"main": "index.js",
Expand All @@ -8,10 +8,8 @@
"start": "node node_modules/react-native/local-cli/cli.js start",
"run:packager": "./node_modules/react-native/packager/packager.sh",
"run:ios": "react-native run-ios --project-path ./example/ios",
"build:ios":
"bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios",
"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'",
"build:ios": "bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios",
"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'",
"build:android": "./gradlew :react-native-nearby-api:assembleDebug",
"start:android": "adb shell am start -n com.example/.MainActivity",
"run:android": "./gradlew installDebug && yarn start:android",
Expand All @@ -26,7 +24,7 @@
"ios"
],
"author": "Bad Features, Inc",
"license": "",
"license": "ISC",
"peerDependencies": {
"react": ">=15.4.0 || ^16.0.0-alpha",
"react-native": "^0.41.2"
Expand All @@ -42,5 +40,13 @@
"android": {
"sourceDir": "./android"
}
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/badfeatures/react-native-nearby-api.git"
},
"bugs": {
"url": "https://github.com/badfeatures/react-native-nearby-api/issues"
},
"homepage": "https://github.com/badfeatures/react-native-nearby-api#readme"
}

0 comments on commit 5032494

Please sign in to comment.