From 8bc0535effa62ddd5658c9dc9308eff76f935c0e Mon Sep 17 00:00:00 2001 From: Gabe Dunn Date: Mon, 2 Nov 2020 00:17:45 -0800 Subject: [PATCH] update readme and temporary plyr fix --- README.md | 5 +++++ package.json | 2 +- yarn.lock | 9 ++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 581a532b..63944c2c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ with the stylesheet. + + + ``` ## Usage diff --git a/package.json b/package.json index 42504ff2..57ffc353 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "src/**/*.vue" ], "dependencies": { - "plyr": "^3.6.2", + "plyr": "github:sampotts/plyr#develop", "vue": "^2.6.12" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7fecd313..5bef8689 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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==