Skip to content

Commit

Permalink
v0.7.3 (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Jul 2, 2022
1 parent 4c3d99a commit 548e951
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function generateElementQsaSHas(mapping: Array<Feature>) {
fs.writeFileSync(path.join(modulesDir, "~element-qsa-has.js"), src);

const browsers = {
chrome: "*",
chrome: "<105",
edge: "*",
firefox: "*",
safari: "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/__mapping.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core-web/lib/__mapping.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core-web/lib/__mapping.js.map

Large diffs are not rendered by default.

0 comments on commit 548e951

Please sign in to comment.