From 3517cd48d7ef47f103aa47a9fb0aecafad8fc8bb Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 6 Jun 2020 22:31:36 +0300 Subject: [PATCH] renamed package --- package.json | 8 +++++++- plugin.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7bc4004..f33feba 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,17 @@ { "name": "@pavelety/cordova-plugin-google-play-services-check", - "version": "1.0.0", + "version": "1.0.1", "description": "Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled", "repository": { "type": "git", "url": "git+https://github.com/pavelety/cordova-plugin-google-play-services-check.git" }, + "cordova": { + "id": "@pavelety/cordova-plugin-google-play-services-check", + "platforms": [ + "android" + ] + }, "keywords": [ "ecosystem:cordova", "cordova-android", diff --git a/plugin.xml b/plugin.xml index 1b7b4c5..03bf520 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Google Play Services Check Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled