Skip to content

Commit

Permalink
Merge pull request #490 from yi-fan-song/patch-1
Browse files Browse the repository at this point in the history
add types to the exports field in package.json
  • Loading branch information
febo authored Sep 18, 2023
2 parents 2970b8a + 20e13b2 commit 8b7f7b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-bananas-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@metaplex-foundation/js': patch
---

Add types to exports in package.json
1 change: 1 addition & 0 deletions packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
Expand Down

0 comments on commit 8b7f7b0

Please sign in to comment.