Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Fix broken deps file generation on Windows (#4086)
This fixes broken deps file generation on Window by upgrading to a
pre-release version of the deps tool.  The upstream issue was filed in
google/closure-library#1159 and fixed in
google/closure-library#1160.

This issue has never affected a release version of Shaka Player, and
was introduced when we switched deps tools in 6f274cb.

Closes #4085
  • Loading branch information
joeyparrish committed Mar 31, 2022
1 parent d9a1ec0 commit 9660ce8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"fastestsmallesttextencoderdecoder": "^1.0.22",
"fontfaceonload": "^1.0.2",
"google-closure-compiler-java": "^20220301.0.0",
"google-closure-deps": "^20220301.0.0",
"google-closure-deps": "https://gitpkg.now.sh/google/closure-library/closure-deps?d7736da6",
"google-closure-library": "^20220301.0.0",
"htmlhint": "^1.1.3",
"jasmine-ajax": "^4.0.0",
Expand Down

0 comments on commit 9660ce8

Please sign in to comment.