one more type hotfix

This commit is contained in:
mrjvs 2023-09-06 19:02:53 +02:00
parent 634db1ee71
commit e01f02870e
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@movie-web/providers",
"version": "0.0.4",
"version": "0.0.5",
"description": "Package that contains all the providers of movie-web",
"main": "./lib/index.umd.js",
"types": "./lib/index.d.ts",
@ -10,7 +10,8 @@
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.umd.js"
"require": "./lib/index.umd.js",
"types": "./lib/index.d.ts"
}
},
"repository": {