Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Birch-san committed Dec 31, 2024
1 parent 894fa3f commit 13062a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box2d3-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "box2d3-wasm",
"version": "2.1.0",
"version": "2.1.1",
"description": "Let's try and use box2d v3 on the web.",
"//": "we prefer ES modules, but we can just name those .mjs. we set the package type as commonjs so that the .js UMD module can be treated as CommonJS (a valid interpretation though not the only one) without having to name it .cjs (which would mislead, as its compatibility is not only CommonJS, but also AMD and browser globals)",
"type": "commonjs",
Expand Down

0 comments on commit 13062a1

Please sign in to comment.