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" }