Skip to content

Commit

Permalink
use CommonJS to allow deployment on Colyseus Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed May 25, 2023
1 parent d35a682 commit b61d2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-colyseus-app",
"version": "0.15.9",
"version": "0.15.10",
"description": "npm init template for bootstrapping an empty Colyseus project",
"main": "lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "build",
"target": "ESNext",
"module": "ESNext",
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"allowJs": true,
Expand Down

0 comments on commit b61d2c9

Please sign in to comment.