From 22bcdd1fdb846bb71ce7cae7b122333f134d4f66 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Mon, 16 Jan 2023 03:45:42 -0500 Subject: [PATCH] Change to type: module --- .changeset/good-pumpkins-watch.md | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/good-pumpkins-watch.md diff --git a/.changeset/good-pumpkins-watch.md b/.changeset/good-pumpkins-watch.md new file mode 100644 index 0000000..fa76a46 --- /dev/null +++ b/.changeset/good-pumpkins-watch.md @@ -0,0 +1,5 @@ +--- +"sveltekit-playwright-fetch-mock": minor +--- + +Change to type: module diff --git a/package.json b/package.json index d13bad0..e79e1a1 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "type": "module", "repository": "git@github.com:markjaquith/sveltekit-playwright-fetch-mock.git", "author": "Mark Jaquith ", "license": "MIT",