Skip to content

Commit f92f4e6

Browse files
committed
remove "browser" field in package.json
1 parent 44d27b7 commit f92f4e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litecanvas",
3-
"version": "0.103.1",
3+
"version": "0.103.2",
44
"description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and p5.js/Processing.",
55
"license": "MIT",
66
"author": "Luiz Bills <luizbills@pm.me>",
@@ -19,7 +19,6 @@
1919
"types": "./types/index.d.ts",
2020
"unpkg": "./dist/dist.dev.js",
2121
"jsdelivr": "./dist/dist.dev.js",
22-
"browser": "./dist/dist.dev.js",
2322
"keywords": [
2423
"tiny",
2524
"micro",

0 commit comments

Comments
 (0)