mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 16:32:18 +00:00
one more type hotfix
This commit is contained in:
parent
634db1ee71
commit
e01f02870e
1 changed files with 3 additions and 2 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue