mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
fix(index): export Geolocation interfaces. (#404)
This commit is contained in:
parent
306cb5d2a3
commit
0c486b0965
@ -95,6 +95,7 @@ export * from './plugins/devicemotion';
|
|||||||
export * from './plugins/deviceorientation';
|
export * from './plugins/deviceorientation';
|
||||||
export * from './plugins/facebook';
|
export * from './plugins/facebook';
|
||||||
export * from './plugins/filetransfer';
|
export * from './plugins/filetransfer';
|
||||||
|
export * from './plugins/geolocation';
|
||||||
export * from './plugins/googlemaps';
|
export * from './plugins/googlemaps';
|
||||||
export * from './plugins/httpd';
|
export * from './plugins/httpd';
|
||||||
export * from './plugins/ibeacon';
|
export * from './plugins/ibeacon';
|
||||||
@ -138,7 +139,6 @@ export {
|
|||||||
EmailComposer,
|
EmailComposer,
|
||||||
File,
|
File,
|
||||||
Flashlight,
|
Flashlight,
|
||||||
Geolocation,
|
|
||||||
Globalization,
|
Globalization,
|
||||||
GooglePlus,
|
GooglePlus,
|
||||||
GoogleAnalytics,
|
GoogleAnalytics,
|
||||||
|
Loading…
Reference in New Issue
Block a user