Skip to content

Commit

Permalink
Fix release by setting proper exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Feb 17, 2024
1 parent 95fb8b5 commit c293818
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-fans-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@labdigital/toolkit": patch
---

Fix release by setting proper exports field
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"module": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [],
"author": "Lab Digital <opensource@labdigital.nl>",
"license": "MIT",
Expand Down

0 comments on commit c293818

Please sign in to comment.