From 36247cbce31b6d049a58622df58a9b5fb3dafbd6 Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Wed, 14 Apr 2021 10:37:37 +0200 Subject: [PATCH] fix: Add `uWebSockets` exports path Closes #155 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 23240809..33133f57 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,10 @@ "require": "./lib/use/ws.js", "import": "./lib/use/ws.mjs" }, + "./lib/use/uWebSockets": { + "require": "./lib/use/uWebSockets.js", + "import": "./lib/use/uWebSockets.mjs" + }, "./package.json": "./package.json" }, "types": "lib/index.d.ts",