Skip to content

Commit

Permalink
update readme and temporary plyr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Nov 2, 2020
1 parent 349a687 commit 8bc0535
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ with the stylesheet.
<script type="text/javascript" src="https://unpkg.com/vue"></script>
<script type="text/javascript" src="https://unpkg.com/vue-plyr"></script>
<link rel="stylesheet" href="https://unpkg.com/vue-plyr/dist/vue-plyr.css" />

<!-- You will also need to install the component during app creation -->
<script>
window.Vue.createApp({}).mount('#app')
</script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"src/**/*.vue"
],
"dependencies": {
"plyr": "^3.6.2",
"plyr": "github:sampotts/plyr#develop",
"vue": "^2.6.12"
},
"devDependencies": {
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6664,16 +6664,15 @@ plur@^4.0.0:
dependencies:
irregular-plurals "^3.2.0"

plyr@^3.6.2:
"plyr@github:sampotts/plyr#develop":
version "3.6.2"
resolved "https://registry.yarnpkg.com/plyr/-/plyr-3.6.2.tgz#5a55b608acd161262de1cc75ca843aa64355a051"
integrity sha512-CjAhRDtzyGqMRte9Phj4FsZFegS9VxW60boOhQsAnZHuiFG3yVBRcodWsGZ79GuXHHelc4DxMHO+z0QggY+9qQ==
resolved "https://codeload.github.com/sampotts/plyr/tar.gz/5c02205a4f9955f1b8d44f6cc3f9f40f2cc96572"
dependencies:
core-js "^3.6.5"
custom-event-polyfill "^1.0.7"
loadjs "^4.2.0"
rangetouch "^2.0.1"
url-polyfill "^1.1.8"
url-polyfill "^1.1.11"

pnp-webpack-plugin@^1.6.4:
version "1.6.4"
Expand Down Expand Up @@ -8852,7 +8851,7 @@ url-parse@^1.4.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

url-polyfill@^1.1.8:
url-polyfill@^1.1.11:
version "1.1.12"
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
Expand Down

0 comments on commit 8bc0535

Please sign in to comment.