diff --git a/ionic/native/geolocation/geolocation.ts b/ionic/native/geolocation/geolocation.ts index 2cf79ae494..d5a146e450 100644 --- a/ionic/native/geolocation/geolocation.ts +++ b/ionic/native/geolocation/geolocation.ts @@ -5,7 +5,7 @@ import {NativePlugin} from '../plugin'; @NativePlugin({ name: 'Geolocation', - platforms { + platforms: { cordova: 'cordova-plugin-geolocation' } })