Skip to content

Commit

Permalink
[ts][phaser] Updated ts example spine-phaser dependency to fix pma is…
Browse files Browse the repository at this point in the history
…sue.
  • Loading branch information
davidetan committed Jan 30, 2025
1 parent 5a71b51 commit 06f6e14
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
43 changes: 25 additions & 18 deletions spine-ts/spine-phaser/example/typescript/package-lock.json

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

6 changes: 3 additions & 3 deletions spine-ts/spine-phaser/example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "name",
"description": "description",
"authors": "author",
"version": "1.0.0",
"version": "1.0.0",
"scripts": {
"build":"npx esbuild index.ts --bundle --sourcemap --outfile=build/index.js",
"dev": "npx concurrently \"npx live-server --no-browser\" \"npm run build -- --watch\""
"dev": "npx concurrently \"npx live-server --no-browser\" \"npm run build -- --watch\""
},
"dependencies": {
"@esotericsoftware/spine-phaser": "~4.2.43",
"@esotericsoftware/spine-phaser": "~4.2.62",
"phaser": "3.60.0"
},
"devDependencies": {
Expand Down

0 comments on commit 06f6e14

Please sign in to comment.