fix package json again...

This commit is contained in:
mrjvs
2023-09-06 22:08:08 +02:00
parent ffbbbfc3dd
commit 1b2734a9f0

View File

@@ -1,13 +1,19 @@
{
"name": "@movie-web/providers",
"version": "0.0.7",
"version": "0.0.8",
"description": "Package that contains all the providers of movie-web",
"main": "./lib/index.umd.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"files": [
"./lib"
],
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.umd.js",
"types": "./lib/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/movie-web/providers.git"