Skip to content

Commit

Permalink
fix: make package.json#main point to a correct file (#44)
Browse files Browse the repository at this point in the history
* fix: make package.json#main point to a correct file

* Create small-feet-brake.md

---------

Co-authored-by: Yosuke Ota <[email protected]>
  • Loading branch information
XiNiHa and ota-meshi authored Jan 22, 2024
1 parent da4e86f commit 59bdc69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-feet-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astrojs-compiler-sync": patch
---

fix: make package.json#main point to a correct file
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59bdc69

Please sign in to comment.