Skip to content

Commit

Permalink
added pkg.exports info
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jan 10, 2023
1 parent 79c5cca commit 94bf58c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-rats-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fireworkers': patch
---

added pkg.exports info
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit 94bf58c

Please sign in to comment.