Skip to content

Commit

Permalink
chore: prep for v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed May 21, 2022
1 parent 20c64b5 commit 17b8538
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 31 deletions.
47 changes: 19 additions & 28 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/plugin-tiled",
"version": "0.25.3",
"version": "0.26.0",
"description": "excalibur-tiled provides Tiled map editor integration with Excalibur.js",
"main": "dist/excalibur-tiled.min.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/pako": "1.0.4",
"@types/webpack-env": "1.17.0",
"cross-env": "7.0.3",
"excalibur": "0.26.0-alpha.467",
"excalibur": "0.26.0",
"jasmine-core": "4.1.1",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.1",
Expand All @@ -63,6 +63,6 @@
"zstddec": "0.0.2"
},
"peerDependencies": {
"excalibur": "0.26.0-alpha.467"
"excalibur": "0.26.0"
}
}

0 comments on commit 17b8538

Please sign in to comment.