From 3c4571aa663c701de4dd63cc796f198f267c356d Mon Sep 17 00:00:00 2001 From: Benjamin <3304771+gh0sTedBuddy@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:49:43 +0100 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d3db2b7..533e13d 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,7 @@ "name": "wetsock", "description": "simplified websocket server/client integration", "version": "0.0.1", - "repository": "https://github.com/gh0sTedBuddy/wetsock.git" + "repository": "https://github.com/gh0sTedBuddy/wetsock.git", + "type": "module", + "module": "lib/WetSock/WetSock.js" }