one more type hotfix

This commit is contained in:
mrjvs
2023-09-06 19:02:53 +02:00
parent 634db1ee71
commit e01f02870e

View File

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