Skip to content

Commit

Permalink
add main field
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jan 2, 2025
1 parent 88c7170 commit be58ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-carrots-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@verdant-web/store': patch
---

Add 'main' field to store package
1 change: 1 addition & 0 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "4.1.0",
"access": "public",
"type": "module",
"main": "dist/esm/index.js",
"exports": {
".": {
"development": "./src/index.ts",
Expand Down

0 comments on commit be58ddf

Please sign in to comment.