mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-13 03:35:42 -05:00
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:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user