We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544bff7 commit 388a721Copy full SHA for 388a721
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "litecanvas",
3
- "version": "0.92.2",
+ "version": "0.92.3",
4
"description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and P5/Processing.",
5
"license": "MIT",
6
"author": "Luiz Bills <luizbills@pm.me>",
@@ -17,6 +17,7 @@
17
"main": "./src/index.js",
18
"module": "./src/index.js",
19
"types": "./types/index.d.ts",
20
+ "unpkg": "./dist/dist.dev.js",
21
"keywords": [
22
"game engine",
23
"game development",
0 commit comments