add simply library tests + fix umd and cjs mixup bug + simplify library paths

This commit is contained in:
mrjvs
2023-09-06 21:57:57 +02:00
parent 7b9b25acab
commit 764986abff
7 changed files with 22 additions and 9 deletions

View File

@@ -3,17 +3,11 @@
"version": "0.0.6",
"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"