Merge pull request #1332 from 0x1ad2/master
Improved docs
Showing
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| "name": "de.appplant.cordova.plugin.local-notification", | "name": "de.appplant.cordova.plugin.local-notification", | ||
| "cordova_name": "Cordova LocalNotification Plugin", | "cordova_name": "Cordova LocalNotification Plugin", | ||
| "version": "0.8.4", | "version": "0.8.4", | ||
| "description": "Schedules and queries for local notifications", | "description": "Schedule, trigger and query local notifications on iOS and Android", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| ... | @@ -25,8 +25,7 @@ | ... | @@ -25,8 +25,7 @@ |
| "android", | "android", | ||
| "windows" | "windows" | ||
| ], | ], | ||
| "engines": [ | "engines": [{ | ||
| { | |||
| "name": "cordova", | "name": "cordova", | ||
| "version": ">=3.6.0" | "version": ">=3.6.0" | ||
| }, | }, | ||
| ... | @@ -49,4 +48,4 @@ | ... | @@ -49,4 +48,4 @@ |
| "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues" | "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues" | ||
| }, | }, | ||
| "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme" | "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme" | ||
| } | } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment