Pārlūkot izejas kodu

Reformatted package.json

Initial commit to activate greenkeeper, changed description to be more
precise.
Dennis Bruijn 8 gadi atpakaļ
vecāks
revīzija
3c800fad5c
1 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 3 4
      package.json

+ 3 - 4
package.json

@@ -2,7 +2,7 @@
   "name": "de.appplant.cordova.plugin.local-notification",
   "cordova_name": "Cordova LocalNotification Plugin",
   "version": "0.8.4",
-  "description": "Schedules and queries for local notifications",
+  "description": "Schedule, trigger and query local notifications on iOS and Android",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
@@ -25,8 +25,7 @@
     "android",
     "windows"
   ],
-  "engines": [
-    {
+  "engines": [{
       "name": "cordova",
       "version": ">=3.6.0"
     },
@@ -49,4 +48,4 @@
     "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
   },
   "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
-}
+}