Skip to content

Commit 5229eec

Browse files
committed
MOBILE-1436 config: Fix PushPlugin in package.json
1 parent bbe1e0b commit 5229eec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
"cordova-plugin-splashscreen",
4242
"cordova-plugin-statusbar",
4343
"cordova-plugin-whitelist",
44-
"com.phonegap.plugins.pushplugin",
44+
{
45+
"locator": "https://github.com/phonegap-build/PushPlugin",
46+
"id": "com.phonegap.plugins.pushplugin"
47+
},
4548
{
4649
"locator": "https://github.com/Tunts/WebIntent",
4750
"id": "net.tunts.webintent"

0 commit comments

Comments
 (0)