Skip to content

Commit

Permalink
✨ added browser tag
Browse files Browse the repository at this point in the history
- added `browser` props to `package.json`

Co-Authored-By: Daniel Maddison <[email protected]>
  • Loading branch information
PavelLaptev and DanMad committed Jan 8, 2023
1 parent b09b6a3 commit c2ff5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ In order to make squircle works you need to register the module somewere as a JS
<script>
if ("paintWorklet" in CSS) {
CSS.paintWorklet.addModule(
"https://www.unpkg.com/[email protected].0/squircle.min.js"
"https://www.unpkg.com/[email protected].2/squircle.min.js"
);
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-houdini-squircle",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"browser": "squircle.min.js",
"homepage": "./",
Expand Down

0 comments on commit c2ff5d9

Please sign in to comment.