mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:33:25 +00:00
Merge branch 'dev'
This commit is contained in:
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": {
|
||||
|
Reference in New Issue
Block a user