From 1f09863de6b8731980dfc513708cd144a0d5bfbe Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Thu, 18 Feb 2021 12:16:44 +0100 Subject: [PATCH] fix: Add `package.json` to exports map (#119) Closes #118 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 04ff35db..7fcaa095 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "./lib/use/ws": { "require": "./lib/use/ws.js", "import": "./lib/use/ws.mjs" - } + }, + "./package.json": "./package.json" }, "types": "lib/index.d.ts", "browser": "umd/graphql-ws.js",