Skip to content

Commit

Permalink
fix(index): export Geolocation interfaces. (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
cither1 authored and ihadeed committed Aug 6, 2016
1 parent 306cb5d commit 0c486b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export * from './plugins/devicemotion';
export * from './plugins/deviceorientation';
export * from './plugins/facebook';
export * from './plugins/filetransfer';
export * from './plugins/geolocation';
export * from './plugins/googlemaps';
export * from './plugins/httpd';
export * from './plugins/ibeacon';
Expand Down Expand Up @@ -138,7 +139,6 @@ export {
EmailComposer,
File,
Flashlight,
Geolocation,
Globalization,
GooglePlus,
GoogleAnalytics,
Expand Down

0 comments on commit 0c486b0

Please sign in to comment.