Skip to content

Commit

Permalink
fix: add types property to package.json (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-unleash authored Oct 5, 2023
1 parent f1b13cc commit 2002062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"main": "./dist/unleash-react.umd.js",
"module": "./dist/unleash-react.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/unleash-react.js",
Expand Down

0 comments on commit 2002062

Please sign in to comment.