Release 0.11.9

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.
This commit is contained in:
Guangcong Luo 2023-04-14 11:50:05 +09:00
parent 1cea3f39cb
commit 2c19ae7aeb
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pokemon-showdown",
"version": "0.11.8",
"version": "0.11.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pokemon-showdown",
"version": "0.11.8",
"version": "0.11.9",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -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",