Skip to content

Commit

Permalink
Release 0.11.9
Browse files Browse the repository at this point in the history
Previous NPM package had a postinstall script that made it fail to
install. This fixes that.

TypeScript types still aren't working, as I suspected. That will
come in a future version.
  • Loading branch information
Zarel committed Apr 14, 2023
1 parent 1cea3f3 commit 2c19ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pokemon-showdown",
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.8",
"version": "0.11.9",
"main": "dist/sim/index.js",
"dependencies": {
"esbuild": "^0.16.10",
Expand Down

0 comments on commit 2c19ae7

Please sign in to comment.