Skip to content

Commit

Permalink
fix: add "msw/core/ws" export
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 28, 2024
1 parent dba8d20 commit 4847e75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"import": "./lib/core/graphql.mjs",
"default": "./lib/core/graphql.js"
},
"./core/ws": {
"types": "./lib/core/ws.d.ts",
"require": "./lib/core/ws.js",
"import": "./lib/core/ws.mjs",
"default": "./lib/core/ws.js"
},
"./mockServiceWorker.js": "./lib/mockServiceWorker.js",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 4847e75

Please sign in to comment.