Skip to content

Commit

Permalink
fix: remove invalid package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jul 1, 2022
1 parent 75854b0 commit d5a112b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@
".": {
"types": "./dist/src/lib.d.ts",
"import": "./src/lib.js"
},
"./src/lib.js": {
"types": "./dist/src/lib.d.ts",
"import": "./src/lib.js"
},
"./src/client.js": {
"types": "./dist/src/client.d.ts",
"import": "./src/client.js"
},
"./src/server.js": {
"types": "./dist/src/server.d.ts",
"import": "./src/server.js"
},
"./src/transport.js": {
"types": "./dist/src/transport.d.ts",
"import": "./src/transport.js"
}
},
"c8": {
Expand Down

0 comments on commit d5a112b

Please sign in to comment.