Skip to content

Commit

Permalink
specify types (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek authored Jul 6, 2024
1 parent 63b9147 commit 09d3651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/react-flip-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
"exports": "./lib/index.modern.mjs",
"exports": {
"default": "./lib/index.modern.mjs",
"types": "./lib/index.d.ts"
},
"amdName": "ReactFlipToolkit",
"repository": {
"type": "git",
Expand Down

0 comments on commit 09d3651

Please sign in to comment.