Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
110 stars 139 forks source link

Set cordova id to pushwoosh-cordova-plugin #165

Closed fgilio closed 8 years ago

fgilio commented 8 years ago

164

gabfiocchi commented 8 years ago

Thanks @fgilio,

This is the package.json, in bold, the issue. { "name": "pushwoosh-cordova-plugin", "version": "4.2.0", "description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ", "cordova": { "id": "com.pushwoosh.plugins.pushwoosh", "platforms": [ "android", "ios", "wp8" ] }, "repository": { "type": "git", "url": "git+https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git" }, "keywords": [ "ecosystem:cordova", "cordova-android", "cordova-ios", "cordova-wp8" ], "author": "Pushwoosh", "license": "MIT", "bugs": { "url": "https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin/issues" }, "homepage": "https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin#readme" }