Skip to content

Commit

Permalink
fix typings on some environments. bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed May 11, 2023
1 parent 1f0b487 commit 95178a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.15.6",
"version": "0.15.8",
"description": "Colyseus Multiplayer SDK for JavaScript/TypeScript",
"author": "Endel Dreyer",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,8 @@
".": {
"browser": "./dist/colyseus.js",
"import": "./build/esm/index.mjs",
"require": "./build/cjs/index.js"
"require": "./build/cjs/index.js",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json",
"./decentraland": "./dist/colyseus-decentraland.js"
Expand Down

0 comments on commit 95178a2

Please sign in to comment.