Skip to content

Commit

Permalink
fix(package.json): fix the types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Feb 19, 2022
1 parent 9147cec commit 3d9ffea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Lightweight modal react component it's accessible easy to have custom style using CSS variables. ",
"main": "./lib/index.cjs.js",
"module": "./lib/index.esm.js",
"types": "./lib/Modal/index.d.ts",
"types": "./lib/components/Modal/index.d.ts",
"files": [
"lib"
],
Expand Down

0 comments on commit 3d9ffea

Please sign in to comment.