Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jul 18, 2024
1 parent f86e2f3 commit 7b0c776
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "uwebsockets-express",
"version": "1.3.7",
"version": "1.3.8",
"description": "Express API compatibility layer for uWebSockets.js",
"main": "lib/index.js",
"main": "build/index.js",
"module": "build/index.mjs",
"exports": {
".": {
"import": "./build/index.mjs",
Expand Down

0 comments on commit 7b0c776

Please sign in to comment.