Skip to content

Commit

Permalink
fix(exports): move types condition to the top (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 4, 2023
1 parent d0c0557 commit 7ead241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,12 +22,12 @@
"./dist/socket.io.js": "./dist/socket.io.js",
"./dist/socket.io.js.map": "./dist/socket.io.js.map",
".": {
"types": "./build/esm/index.d.ts",
"import": {
"node": "./build/esm-debug/index.js",
"default": "./build/esm/index.js"
},
"require": "./build/cjs/index.js",
"types": "./build/esm/index.d.ts"
}
},
"types": "./build/esm/index.d.ts",
Expand Down

0 comments on commit 7ead241

Please sign in to comment.