Skip to content

Commit

Permalink
Updated package.json to fix exporting of types
Browse files Browse the repository at this point in the history
  • Loading branch information
theRuslan authored Feb 19, 2024
1 parent 17fb879 commit 475c14b
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 @@ -15,7 +15,8 @@
"exports": {
".": {
"import": "./dist/get-video-id.esm.js",
"require": "./dist/get-video-id.js"
"require": "./dist/get-video-id.js",
"types": "./index.d.ts"
}
},
"author": {
Expand Down

0 comments on commit 475c14b

Please sign in to comment.