Merge pull request #136 from movie-web/fix/export

Fixing package.json export
This commit is contained in:
Jorrin 2024-04-02 16:30:04 +02:00 committed by GitHub
commit b8286ddf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "2.2.7", "version": "2.2.7",
"description": "Package that contains all the providers of movie-web", "description": "Package that contains all the providers of movie-web",
"type": "module", "type": "module",
"main": "./lib/index.umd.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"files": [ "files": [
"./lib" "./lib"