Skip to content

Commit

Permalink
Reverting module.json V10 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jul 5, 2022
1 parent 405171b commit 0dea9e0
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
{
"id": "party-overview",
"name": "party-overview",
"title": "Party Overview",
"description": "Provides an instant overview about vital stats of the players active in the current scene",
"version": "2.12.6",
"authors": [
{
"name": "Matheus Clemente",
"discord": "mclemente#5524"
},
{
"name": "Sebastian Will"
},
{
"name": "Chris Wachal"
}
],
"version": "2.6.0",
"author": "Matheus Clemente (mclemente#5524), Sebastian Will ([email protected]), Chris Wachal (Zamrod#9326)",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"languages": [
{
"lang": "en",
Expand Down Expand Up @@ -42,14 +33,11 @@
"path": "lang/ja.json"
}
],
"esmodules": ["party-overview.js"],
"styles": ["style/party-overview.css"],
"esmodules": ["./party-overview.js"],
"styles": ["./style/party-overview.css"],
"packs": [],
"url": "http://github.com/mclemente/party-overview",
"bugs": "http://github.com/mclemente/party-overview/issues",
"manifest": "https://github.com/mclemente/party-overview/releases/latest/download/module.json",
"download": "https://github.com/mclemente/party-overview/releases/latest/download/module.zip",
"compatibility": {
"minimum": "0.8.9",
"verified": "10.270"
}
"manifest": "http://github.com/mclemente/party-overview/releases/latest/download/module.json",
"download": "http://github.com/mclemente/party-overview/releases/latest/download/module.zip"
}

0 comments on commit 0dea9e0

Please sign in to comment.