Skip to content

Commit

Permalink
fixes importing 0.15 on Decentraland 'legacy' scenes.
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 4, 2023
1 parent 5f39ab6 commit 63dc6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.15.10",
"version": "0.15.11",
"description": "Colyseus Multiplayer SDK for JavaScript/TypeScript",
"author": "Endel Dreyer",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"./package.json": "./package.json"
},
"decentralandLibrary": {
"main": "./dist/colyseus-decentraland.js",
"main": "./dist/colyseus.js",
"typings": "./dist/colyseus.d.ts"
},
"keywords": [
Expand Down

0 comments on commit 63dc6a0

Please sign in to comment.