Skip to content

Commit 388a721

Browse files
committed
add "unpkg" field in package.json
1 parent 544bff7 commit 388a721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litecanvas",
3-
"version": "0.92.2",
3+
"version": "0.92.3",
44
"description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and P5/Processing.",
55
"license": "MIT",
66
"author": "Luiz Bills <luizbills@pm.me>",
@@ -17,6 +17,7 @@
1717
"main": "./src/index.js",
1818
"module": "./src/index.js",
1919
"types": "./types/index.d.ts",
20+
"unpkg": "./dist/dist.dev.js",
2021
"keywords": [
2122
"game engine",
2223
"game development",

0 commit comments

Comments
 (0)