Skip to content

Commit

Permalink
fix: Add uWebSockets exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Apr 14, 2021
1 parent 77a2981 commit 36247cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 36247cb

Please sign in to comment.