Skip to content

Commit

Permalink
fix(launchnavigator): fix Plugin decorator property value
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 6, 2016
1 parent 984e7fc commit 9e17e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/launchnavigator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface launchNavigatorOptions {
* ```
*/
@Plugin({
plugin: 'https://github.com/dpa99c/phonegap-launch-navigator',
plugin: 'https://github.com/dpa99c/phonegap-launch-navigator.git',
pluginRef: 'launchnavigator'
})
export class LaunchNavigator {
Expand Down

0 comments on commit 9e17e25

Please sign in to comment.