mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-18 07:12:04 +00:00
set entrypoint correctly and bump version
This commit is contained in:
parent
b387e5ac19
commit
634db1ee71
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "@movie-web/providers",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "Package that contains all the providers of movie-web",
|
||||
"main": "./lib/providers.umd.js",
|
||||
"types": "./lib/providers.d.ts",
|
||||
"main": "./lib/index.umd.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"files": [
|
||||
"./lib"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/providers.mjs",
|
||||
"require": "./lib/providers.umd.js"
|
||||
"import": "./lib/index.mjs",
|
||||
"require": "./lib/index.umd.js"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue