migrate catalogs addon to esm structure

This commit is contained in:
TheBeastLT
2023-11-01 14:54:09 +02:00
parent 614c3f4643
commit 0fc5adda6b
10 changed files with 37 additions and 47 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "stremio-torrentio-catalogs",
"version": "1.0.2",
"main": "index.js",
"version": "1.0.3",
"exports": "./index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},