Skip to content

Commit

Permalink
chore: don't use .js extension in import path
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset authored Mar 2, 2024
1 parent 5d2656a commit 0e7131e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"type": "module",
"private": false,
"exports": {
"./Client.js": {
"./client": {
"types": "./dist/types.ts",
"default": "./dist/Client.js"
},
"./Server.js": {
"./server": {
"types": "./dist/types.ts",
"default": "./dist/Server.js"
}
Expand Down

0 comments on commit 0e7131e

Please sign in to comment.