Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shixiongfei committed Jan 24, 2024
1 parent aa9d868 commit c974550
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "phaser3-reactdom",
"version": "1.0.2",
"version": "1.0.3",
"description": "Using React in the Phaser3 engine",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "tsc",
"watch": "tsc -w"
Expand Down

0 comments on commit c974550

Please sign in to comment.