Skip to content

Commit

Permalink
chore: update for 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Feb 5, 2022
1 parent cc7a1a7 commit 4e4416f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@excaliburjs/dev-tools",
"version": "0.25.2",
"version": "0.25.3",
"description": "Excalibur Debug Tools",
"source": "./dev-tools.ts",
"main": "./dist/dev-tools.js",
Expand All @@ -19,7 +19,7 @@
"@parcel/packager-ts": "^2.0.1",
"@parcel/transformer-glsl": "^2.0.1",
"@parcel/transformer-typescript-types": "^2.0.1",
"excalibur": "0.25.2",
"excalibur": "0.25.3",
"parcel": "2.0.1",
"ts-loader": "9.2.6",
"typescript": "4.5.4",
Expand All @@ -28,6 +28,6 @@
"webpack-cli": "4.9.1"
},
"peerDependencies": {
"excalibur": "0.25.2"
"excalibur": "0.25.3"
}
}

0 comments on commit 4e4416f

Please sign in to comment.