Skip to content

Commit

Permalink
package.json - specify type:module. manifest.json - update maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Jul 21, 2024
1 parent a92d70d commit b7333b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"maintainers": [
{
"name": "Peter Daniel"
},
{
"name": "Phillip Ivan Pietruschka",
"email": "ivanpietruschka@gmail.com"
}
],
"runtime": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b7333b7

Please sign in to comment.