mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
one more type hotfix
This commit is contained in:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user