diff --git a/.changeset/small-feet-brake.md b/.changeset/small-feet-brake.md new file mode 100644 index 0000000..4e7a466 --- /dev/null +++ b/.changeset/small-feet-brake.md @@ -0,0 +1,5 @@ +--- +"astrojs-compiler-sync": patch +--- + +fix: make package.json#main point to a correct file diff --git a/package.json b/package.json index cbbd53d..ddb763f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "astrojs-compiler-sync", "version": "0.3.3", "description": "@astrojs/compiler to process synchronously.", - "main": "lib/index.js", + "main": "lib/index.cjs", "files": [ "lib", "browser"