We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b379fc commit 22bcdd1Copy full SHA for 22bcdd1
.changeset/good-pumpkins-watch.md
@@ -0,0 +1,5 @@
1
+---
2
+"sveltekit-playwright-fetch-mock": minor
3
4
+
5
+Change to type: module
package.json
@@ -19,6 +19,7 @@
19
"main": "dist/index.js",
20
"module": "dist/index.mjs",
21
"types": "dist/index.d.ts",
22
+ "type": "module",
23
"repository": "git@github.com:markjaquith/sveltekit-playwright-fetch-mock.git",
24
"author": "Mark Jaquith <mark@jaquith.me>",
25
"license": "MIT",
0 commit comments