mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:33:26 +00:00
fix package json again...
This commit is contained in:
10
package.json
10
package.json
@@ -1,13 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"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",
|
||||||
"module": "./lib/index.mjs",
|
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"./lib"
|
"./lib"
|
||||||
],
|
],
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"import": "./lib/index.mjs",
|
||||||
|
"require": "./lib/index.umd.js",
|
||||||
|
"types": "./lib/index.d.ts"
|
||||||
|
}
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/movie-web/providers.git"
|
"url": "git+https://github.com/movie-web/providers.git"
|
||||||
|
Reference in New Issue
Block a user