Skip to content

Commit

Permalink
build(package): save phaser-jsx to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 11, 2024
1 parent 4ee1d62 commit c853cc9
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 3 deletions.
72 changes: 71 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"homepage": "https://remarkablegames.org/phaser-rpg/",
"dependencies": {
"phaser": "3.70.0"
"phaser": "3.70.0",
"phaser-jsx": "0.3.2"
},
"devDependencies": {
"@commitlint/cli": "18.4.4",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "phaser-jsx"
},
"include": ["src"]
}

0 comments on commit c853cc9

Please sign in to comment.