Skip to content

Commit

Permalink
feat(release): prepare package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard authored and Richou committed Sep 12, 2023
1 parent 63b6cef commit e12563c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"pods": "pod-install --quiet"
"start": "react-native start"
},
"dependencies": {
"react": "18.2.0",
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
Expand All @@ -34,12 +31,11 @@
"release": "release-it",
"example": "yarn --cwd example",
"build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"bootstrap": "yarn example && yarn install && yarn example pods",
"bootstrap": "yarn example && yarn install",
"clean": "del-cli android/build example/android/build example/android/app/build"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/Richou/react-native-android-location-enabler",
Expand Down

0 comments on commit e12563c

Please sign in to comment.