Skip to content

Commit 420ce52

Browse files
committed
Merge pull request #403 from dpalou/MOBILE-1436
MOBILE-1436 config: Fix cordovaPlugins in package.json
2 parents aa93558 + 7341026 commit 420ce52

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,22 @@
4242
"cordova-plugin-statusbar",
4343
"cordova-plugin-whitelist",
4444
"com.phonegap.plugins.pushplugin",
45-
"net.tunts.webintent",
46-
"cordova-plugin-customurlscheme",
45+
{
46+
"locator": "https://github.com/Tunts/WebIntent",
47+
"id": "net.tunts.webintent"
48+
},
49+
{
50+
"variables": {
51+
"URL_SCHEME": "moodlemobile"
52+
},
53+
"locator": "cordova-plugin-customurlscheme",
54+
"id": "cordova-plugin-customurlscheme"
55+
},
4756
"ionic-plugin-keyboard",
48-
"ch.ti8m.documenthandler",
57+
{
58+
"locator": "https://github.com/ti8m/DocumentHandler",
59+
"id": "ch.ti8m.documenthandler"
60+
},
4961
"cordova-plugin-local-notifications-mm",
5062
"cordova-plugin-zip"
5163
],

0 commit comments

Comments
 (0)