Skip to content

Commit

Permalink
Merge pull request #116 from theRuslan/fix-types-export
Browse files Browse the repository at this point in the history
TS support: Updated package.json to fix export of types
  • Loading branch information
radiovisual authored Feb 21, 2024
2 parents 17fb879 + 475c14b commit ba9ec4e
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 ba9ec4e

Please sign in to comment.