Skip to content

Commit

Permalink
Fix main, add module
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Sep 13, 2023
1 parent 40c7857 commit 1692fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "mirage-msw",
"version": "0.1.1",
"description": "Allow mirage to use MSW (Mock Service Worker) as the interceptor",
"main": "index.js",
"main": "dist/msw-config.cjs",
"module": "dist/msw-config.js",
"type": "module",
"keywords": [
"msw",
Expand Down

0 comments on commit 1692fb0

Please sign in to comment.