Skip to content

Commit

Permalink
chore: Prep v0.28.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 11, 2023
1 parent 39f8ffa commit 54cc600
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test
node_modules
coverage
example
node_cache/*
test
!dist/*
**/webpack.config.js
Expand Down
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/plugin-tiled",
"version": "0.27.0",
"version": "0.28.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.18.0",
"cross-env": "7.0.3",
"excalibur": "0.27.0",
"excalibur": "~0.28.1",
"jasmine-core": "4.6.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
Expand All @@ -63,6 +63,6 @@
"zstddec": "0.0.2"
},
"peerDependencies": {
"excalibur": "0.27.0"
"excalibur": "~0.28.1"
}
}

0 comments on commit 54cc600

Please sign in to comment.