docs(plugins): add missing repo urls

This commit is contained in:
Ibrahim Hadeed
2016-03-12 19:08:47 -05:00
parent e59371887f
commit 959cf288e4
9 changed files with 17 additions and 10 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ export interface GeolocationOptions {
*/
@Plugin({
plugin: 'cordova-plugin-geolocation',
pluginRef: 'navigator.geolocation'
pluginRef: 'navigator.geolocation',
repo: 'https://github.com/apache/cordova-plugin-geolocation'
})
export class Geolocation {
/**