diff --git a/.changeset/smart-icons-win.md b/.changeset/smart-icons-win.md new file mode 100644 index 0000000..6b54611 --- /dev/null +++ b/.changeset/smart-icons-win.md @@ -0,0 +1,5 @@ +--- +"@placemarkio/polyline": patch +--- + +Fix exports field in package.json diff --git a/package.json b/package.json index f956c01..2b1d65a 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ }, "exports": { ".": { - "types": "./dist/index.d.cts", - "import": "./dist/index.js", + "types": "./dist/index.d.mts", + "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }