From 0c486b09657c92823dd3abfa39fa67a5a1754f32 Mon Sep 17 00:00:00 2001 From: cither1 Date: Sat, 6 Aug 2016 16:20:38 +0900 Subject: [PATCH] fix(index): export Geolocation interfaces. (#404) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 02b32b766..08af68171 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'; @@ -138,7 +139,6 @@ export { EmailComposer, File, Flashlight, - Geolocation, Globalization, GooglePlus, GoogleAnalytics,