Update package.json

This commit is contained in:
Benjamin
2024-04-03 00:49:43 +01:00
committed by GitHub
parent 231eebc5cc
commit 3c4571aa66

View File

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