From b8a513301ea9e58691f98ae27e0d89e7e9b1eacd Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Mon, 11 Jul 2016 17:42:11 -0400 Subject: [PATCH] fix(background-geolocation): fix pluginref again --- src/plugins/background-geolocation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/background-geolocation.ts b/src/plugins/background-geolocation.ts index 28d4435b07..9ed15e67fd 100644 --- a/src/plugins/background-geolocation.ts +++ b/src/plugins/background-geolocation.ts @@ -202,7 +202,7 @@ export interface Config { */ @Plugin({ plugin: 'cordova-plugin-mauron85-background-geolocation', - pluginRef: 'plugins.backgroundGeolocation', + pluginRef: 'backgroundGeolocation', repo: 'https://github.com/mauron85/cordova-plugin-background-geolocation', platforms: ['iOS', 'Android', 'Windows Phone 8'] })