Skip to content

Commit

Permalink
fix: export for commonjs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed May 19, 2023
1 parent 0fc0c06 commit 178f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
@@ -1,3 +1,3 @@
const { WebSocket } = require('ws')

export { WebSocket }
module.exports.WebSocket = WebSocket

0 comments on commit 178f517

Please sign in to comment.