From 5229eec74fa631cacf200f709ed4d3bccfa15cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 9 Mar 2016 10:00:48 +0100 Subject: [PATCH] MOBILE-1436 config: Fix PushPlugin in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 23aa168bace..80ce2dcb25f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,10 @@ "cordova-plugin-splashscreen", "cordova-plugin-statusbar", "cordova-plugin-whitelist", - "com.phonegap.plugins.pushplugin", + { + "locator": "https://github.com/phonegap-build/PushPlugin", + "id": "com.phonegap.plugins.pushplugin" + }, { "locator": "https://github.com/Tunts/WebIntent", "id": "net.tunts.webintent"