@dryanovski/gamefoo 0.2.0 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dryanovski/gamefoo",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A lightweight 2D game engine with behavior-based component system",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "bun --watch demos/server.ts",
|
|
25
|
-
"build": "rm -rf dist && bun build ./src/index.ts --outdir dist --format esm --target browser --sourcemap=external && tsc -p tsconfig.build.json",
|
|
25
|
+
"build": "rm -rf dist && bun build ./src/index.ts --outdir dist --format esm --target browser --sourcemap=external --no-bundler && tsc -p tsconfig.build.json",
|
|
26
26
|
"typecheck": "tsc --noEmit",
|
|
27
27
|
"typecheck:watch": "tsc --noEmit --watch",
|
|
28
28
|
"lint": "bunx biome check src/",
|