Skip to content

Commit

Permalink
chore: missing typescript export declaration in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweethuman authored Nov 12, 2023
1 parent 6a1dc67 commit d890388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"exports": {
".": {
"import": "./dist/react-router-prompt.js",
"require": "./dist/react-router-prompt.umd.cjs"
"require": "./dist/react-router-prompt.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"author": "Shyam Gupta (shyamm@outlook.com)",
Expand Down

0 comments on commit d890388

Please sign in to comment.