From 734102648329e0ee7a6d14166239d35fb7a80133 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 25 Feb 2016 11:35:46 +0100 Subject: [PATCH] MOBILE-1436 config: Fix cordovaPlugins in package.json --- package.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d317d3b408..23aa168bace 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,22 @@ "cordova-plugin-statusbar", "cordova-plugin-whitelist", "com.phonegap.plugins.pushplugin", - "net.tunts.webintent", - "cordova-plugin-customurlscheme", + { + "locator": "https://github.com/Tunts/WebIntent", + "id": "net.tunts.webintent" + }, + { + "variables": { + "URL_SCHEME": "moodlemobile" + }, + "locator": "cordova-plugin-customurlscheme", + "id": "cordova-plugin-customurlscheme" + }, "ionic-plugin-keyboard", - "ch.ti8m.documenthandler", + { + "locator": "https://github.com/ti8m/DocumentHandler", + "id": "ch.ti8m.documenthandler" + }, "cordova-plugin-local-notifications-mm", "cordova-plugin-zip" ],