Skip to content

Commit

Permalink
7.0.0 rc2 release (#91)
Browse files Browse the repository at this point in the history
* 7.0.0-rc2-release make pack script ignore package version and fix build
  • Loading branch information
kristfal authored Jun 6, 2019
1 parent 0a62925 commit b9884d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@mapbox/geo-viewport": "^0.4.0",
"@react-native-mapbox-gl/maps": "file:../react-native-mapbox-gl-maps-7.0.0.tgz",
"@react-native-mapbox-gl/maps": "file:../react-native-mapbox-gl-maps.tgz",
"@turf/along": "^5.1.5",
"@turf/bearing": "^5.1.5",
"@turf/distance": "^5.1.5",
Expand Down
7 changes: 6 additions & 1 deletion example/scripts/npm_pack_rngl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ echo "Moving into ${RNGL}"
cd ../

echo "Attempting to pack react-native-mapbox-gl"
npm pack

name=$(npm pack)

echo "Renaming $name"

mv "$name" "react-native-mapbox-gl-maps.tgz"

0 comments on commit b9884d5

Please sign in to comment.