From 63dc6a0acd2f0dc43e579ee07ebe81a40de0eed6 Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Fri, 4 Aug 2023 09:11:35 -0300 Subject: [PATCH] fixes importing 0.15 on Decentraland 'legacy' scenes. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 157d8bb..4842662 100644 --- a/package.json +++ b/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", @@ -39,7 +39,7 @@ "./package.json": "./package.json" }, "decentralandLibrary": { - "main": "./dist/colyseus-decentraland.js", + "main": "./dist/colyseus.js", "typings": "./dist/colyseus.d.ts" }, "keywords": [