Skip to content

Commit

Permalink
Always get latest bloom-player
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jun 26, 2020
1 parent 155b2e8 commit 256bab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloompub-viewer",
"version": "0.2.0",
"version": "0.2.1",
"author": "Bloom Devs",
"description": "Viewer for Bloom Digital books",
"license": "MIT",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@types/temp": "^0.8.34",
"@types/unzipper": "^0.10.3",
"archiver": "^3.1.1",
"bloom-player": "^1.1.49",
"bloom-player": "latest",
"compare-versions": "^3.6.0",
"electron-log": "^4.2.2",
"electron-updater": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2579,10 +2579,10 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bloom-player@^1.1.49:
version "1.1.49"
resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-1.1.49.tgz#cea1f44dd292b0d4311536a446eb3e67d4844443"
integrity sha512-DUVLP+HDFYFfyD+sWf59pI5h671FyKNMD+UlPT2lpQbbgtolbt2ImBdedtMgdZMTZJiSfqXIpILJE69+w5r3kQ==
bloom-player@latest:
version "1.1.73"
resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-1.1.73.tgz#ecd4a9ce04b45b69cb0f82d3e5ef3a1a25912650"
integrity sha512-zv3GDGHvH/dfjVzTAh+CFLbkc2Ck6uU4Yt0AGmQBsclqh/AkDPgIDyHp5nMLG9+buXowOsuyuf5bKvTYwUlKHw==
dependencies:
dynamic-import-polyfill "^0.1.1"

Expand Down

0 comments on commit 256bab7

Please sign in to comment.