Skip to content

Commit

Permalink
Fix #124
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Jun 23, 2020
1 parent 3bf5b58 commit c1cb72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"location",
"geolocation"
],
"version": "1.1.1",
"version": "1.1.2",
"author": "7c00 <i@7c00.cc>",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"build-docs": "npx typedoc --out docs/api --excludeNotExported --module commonjs --mode file src",
"start": "react-native start",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"run-android": "react-native run-android",
"android": "react-native run-android",
"release-android": "react-native run-android --variant=release",
"run-ios": "react-native run-ios"
"ios": "react-native run-ios"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./types";
export * from "./geolocation";
export * from "./amap-geolocation";
export { default as Geolocation } from "./geolocation";

0 comments on commit c1cb72a

Please sign in to comment.