Skip to content

Commit 24eba3e

Browse files
committed
Merge pull request #415 from crazyserver/MOBILE-1436
MOBILE-1436 config: Fix PushPlugin in package.json
2 parents bbe1e0b + 5229eec commit 24eba3e

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)