Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
moust committed Jul 11, 2017
1 parent 935d678 commit 4e97e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ A Codova plugin that simply allows you to immediately play a video in fullscreen
This plugin use the Cordova CLI's plugin command. To install it to your application, simply execute the following (and replace variables).

```
cordova plugin add com.moust.cordova.videoplayer
cordova plugin add cordova-plugin-video-player
```


Expand Down Expand Up @@ -60,7 +60,7 @@ VideoPlayer.play(

- `scalingMode`: (Optional) allows you to sets video scaling mode.

The following constants are the only values availables for the `scalingMode` option:
The following constants are the only values available for the `scalingMode` option:

- `SCALE_TO_FIT` (default)
- `SCALE_TO_FIT_WITH_CROPPING`
Expand Down
6 changes: 4 additions & 2 deletions package.json
@@ -1,9 +1,9 @@
{
"name": "cordova-plugin-videoplayer",
"name": "cordova-plugin-video-player",
"version": "1.0.1",
"description": "A Codova plugin that simply allows you to immediately play a video in fullscreen mode.",
"cordova": {
"id": "cordova-plugin-videoplayer",
"id": "cordova-plugin-video-player",
"platforms": [
"android",
"ios"
Expand All @@ -24,6 +24,8 @@
"url": "git+https://github.com/moust/cordova-plugin-videoplayer.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova",
"video",
"player",
Expand Down

0 comments on commit 4e97e06

Please sign in to comment.