Skip to content

Commit

Permalink
Merge pull request #3 from Thristhart/patch-1
Browse files Browse the repository at this point in the history
Add "types" field to spectypes "exports" in package.json
  • Loading branch information
iyegoroff committed Jun 27, 2023
2 parents 5c90ad3 + 1d0d678 commit 71b3a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/spectypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"react-native": "./dist/mjs/index.js",
"exports": {
".": {
"types": "./dist/dts/index.d.ts",
"require": "./dist/cjs/index.js",
"default": "./dist/mjs/index.js"
},
Expand Down

0 comments on commit 71b3a44

Please sign in to comment.