set entrypoint correctly and bump version

This commit is contained in:
mrjvs
2023-09-06 18:57:20 +02:00
parent b387e5ac19
commit 634db1ee71

View File

@@ -1,16 +1,16 @@
{ {
"name": "@movie-web/providers", "name": "@movie-web/providers",
"version": "0.0.3", "version": "0.0.4",
"description": "Package that contains all the providers of movie-web", "description": "Package that contains all the providers of movie-web",
"main": "./lib/providers.umd.js", "main": "./lib/index.umd.js",
"types": "./lib/providers.d.ts", "types": "./lib/index.d.ts",
"files": [ "files": [
"./lib" "./lib"
], ],
"exports": { "exports": {
".": { ".": {
"import": "./lib/providers.mjs", "import": "./lib/index.mjs",
"require": "./lib/providers.umd.js" "require": "./lib/index.umd.js"
} }
}, },
"repository": { "repository": {