Changed plugin id
Showing
| { | { | ||
| "name": "cordova-plugin-local-notifications", | "name": "cordova-plugin-local-notification", | ||
| "version": "0.9.0-beta.0", | "version": "0.9.0-beta.0", | ||
| "description": "Schedules and queries for local notifications", | "description": "Schedules and queries for local notifications", | ||
| "cordova": { | "cordova": { | ||
| "id": "cordova-plugin-local-notifications", | "id": "cordova-plugin-local-notification", | ||
| "platforms": [ | "platforms": [ | ||
| "android", | |||
| "ios", | "ios", | ||
| "windows" | "windows" | ||
| ] | ] | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git#x" | "url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git" | ||
| }, | }, | ||
| "keywords": [ | "keywords": [ | ||
| "appplant", | "appplant", | ||
| ... | @@ -35,6 +36,10 @@ | ... | @@ -35,6 +36,10 @@ |
| { | { | ||
| "name": "apple-ios", | "name": "apple-ios", | ||
| "version": ">=10.0.0" | "version": ">=10.0.0" | ||
| }, | |||
| { | |||
| "name": "cordova-android", | |||
| "version": ">=6.0.0" | |||
| } | } | ||
| ], | ], | ||
| "author": "Sebastián Katzer", | "author": "Sebastián Katzer", | ||
| ... | ... |
Please
register
or
sign in
to comment