Skip to content

Commit

Permalink
fix(background-geolocation): fix pluginref again
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jul 11, 2016
1 parent 4f0cd24 commit b8a5133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/background-geolocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
})
Expand Down

0 comments on commit b8a5133

Please sign in to comment.