refactor(googlemaps): add plugin meta

This commit is contained in:
Ibrahim Hadeed 2016-04-29 22:47:45 -04:00
parent a1946442d1
commit fd3fa5b1b9

View File

@ -9,7 +9,9 @@ declare var plugin : any;
* @name Google Maps
*/
@Plugin({
pluginRef: 'plugin.google.maps'
pluginRef: 'plugin.google.maps',
plugin: 'cordova-plugin-googlemaps',
repo: 'https://github.com/mapsplugin/cordova-plugin-googlemaps'
})
export class GoogleMaps {