Skip to content

Commit

Permalink
Update exports types (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-ivanovski authored Jan 8, 2025
1 parent 7adc504 commit 8d84743
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 @@ -20,7 +20,8 @@
"exports": {
".": {
"import": "./dist/react-sticky-spy.js",
"require": "./dist/react-sticky-spy.umd.cjs"
"require": "./dist/react-sticky-spy.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 8d84743

Please sign in to comment.