diff --git a/companion/manifest.json b/companion/manifest.json index 54cb96a..cbcc004 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -10,6 +10,10 @@ "maintainers": [ { "name": "Peter Daniel" + }, + { + "name": "Phillip Ivan Pietruschka", + "email": "ivanpietruschka@gmail.com" } ], "runtime": { diff --git a/package.json b/package.json index 6c67772..1ff774e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "generic-swp08", "version": "2.0.0", "main": "src/index.js", + "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "format": "prettier --write",