Skip to content

Commit

Permalink
renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelety committed Jun 6, 2020
1 parent bdd46f5 commit f308892
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ The plugin can be installed via Cordova-CLI and is publicly available on NPM.

Execute from the project root folder:
```shell
$ cordova plugin add cordova-plugin-google-play-services-check
$ cordova plugin add @pavelety/cordova-plugin-google-play-services-check
```
Or with Ionic
```shell
$ ionic cordova plugin add cordova-plugin-google-play-services-check
$ ionic cordova plugin add @pavelety/cordova-plugin-google-play-services-check
```
#Usage
The plugin creates the object GooglePlayServices, and it's accessible after deviceready has been fired.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cordova-plugin-google-play-services-check",
"name": "@pavelety/cordova-plugin-google-play-services-check",
"version": "1.0.0",
"description": "Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-google-play-services-check" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="@pavelety/cordova-plugin-google-play-services-check" version="1.0.0">
<name>Google Play Services Check</name>
<description>
Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled
Expand Down

0 comments on commit f308892

Please sign in to comment.