We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d27b7 commit f92f4e6Copy full SHA for f92f4e6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "litecanvas",
3
- "version": "0.103.1",
+ "version": "0.103.2",
4
"description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and p5.js/Processing.",
5
"license": "MIT",
6
"author": "Luiz Bills <luizbills@pm.me>",
@@ -19,7 +19,6 @@
19
"types": "./types/index.d.ts",
20
"unpkg": "./dist/dist.dev.js",
21
"jsdelivr": "./dist/dist.dev.js",
22
- "browser": "./dist/dist.dev.js",
23
"keywords": [
24
"tiny",
25
"micro",
0 commit comments