Skip to content

Commit c2ff5d9

Browse files
PavelLaptevDanMad
andcommitted
✨ added browser tag
- added `browser` props to `package.json` Co-Authored-By: Daniel Maddison <[email protected]>
1 parent b09b6a3 commit c2ff5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In order to make squircle works you need to register the module somewere as a JS
9696
<script>
9797
if ("paintWorklet" in CSS) {
9898
CSS.paintWorklet.addModule(
99-
"https://www.unpkg.com/[email protected].0/squircle.min.js"
99+
"https://www.unpkg.com/[email protected].2/squircle.min.js"
100100
);
101101
}
102102
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-houdini-squircle",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": false,
55
"browser": "squircle.min.js",
66
"homepage": "./",

0 commit comments

Comments
 (0)