From 9e17e2542776d32a0b5c9e8f3e99c73f4adb1637 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sun, 6 Mar 2016 15:17:49 -0500 Subject: [PATCH] fix(launchnavigator): fix Plugin decorator property value --- src/plugins/launchnavigator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/launchnavigator.ts b/src/plugins/launchnavigator.ts index 2e42da1e1..295e1abad 100644 --- a/src/plugins/launchnavigator.ts +++ b/src/plugins/launchnavigator.ts @@ -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 {