Skip to content

Commit

Permalink
fix: change entry file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Jul 4, 2022
1 parent 07ca7a4 commit 8ef55a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/breezy-fireants-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"astro-portabletext": patch
---

- Changes entry file extension to `.js`

- Adds missing `main` field in package.json
File renamed without changes.
3 changes: 2 additions & 1 deletion component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"url": "https://github.com/theisel/astro-portabletext/issues"
},
"homepage": "https://github.com/theisel/astro-portabletext#readme",
"main": "./lib/index.js",
"exports": {
".": "./lib/index.ts",
".": "./lib/index.js",
"./types": "./lib/types.ts"
},
"files": [
Expand Down

0 comments on commit 8ef55a1

Please sign in to comment.