mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:03:26 +00:00
add simply library tests + fix umd and cjs mixup bug + simplify library paths
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user