From b114905320dd9c5fb536cdc488b20039c8e214e9 Mon Sep 17 00:00:00 2001 From: Gon Pombo Date: Thu, 4 May 2023 17:39:04 -0300 Subject: [PATCH] remove decentralandLibrary and exports ts error when importing file from dist path: `The path "./dist/colyseus-decentraland" is not exported by package "colyseus.js":` --- package.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/package.json b/package.json index 1a2901f..f59af84 100644 --- a/package.json +++ b/package.json @@ -24,18 +24,6 @@ "main": "build/cjs/index.js", "module": "build/esm/index.mjs", "typings": "lib/index.d.ts", - "exports": { - ".": { - "browser": "./dist/colyseus.js", - "import": "./build/esm/index.mjs", - "require": "./build/cjs/index.js" - }, - "./package.json": "./package.json" - }, - "decentralandLibrary": { - "main": "./dist/colyseus-decentraland.js", - "typings": "./dist/colyseus.d.ts" - }, "keywords": [ "colyseus", "multiplayer",