From 764e89bde9cbbc74b05af182eee6f10b1ae3c71e Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 3 May 2022 23:11:34 +0200 Subject: [PATCH] Set type as ES Module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 05b26d51..9d6978af 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "./dist/y-websocket.cjs", "module": "./src/y-websocket.js", "types": "./dist/src/y-websocket.d.ts", + "type": "module", "sideEffects": false, "funding": { "type": "GitHub Sponsors ❤",