Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix languages again
Browse files Browse the repository at this point in the history
  • Loading branch information
mawburn committed Sep 29, 2022
1 parent c802592 commit cb7680a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "user-latency",
"version": "1.3.3",
"version": "1.3.4",
"description": "Display average latency in user list.",
"scripts": {
"clean": "rimraf dist module.zip",
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "user-latency",
"title": "User Latency",
"description": "Display average latency for users.",
"version": "1.3.3",
"version": "1.3.4",
"author": "hypnoCode",
"authors": [
{
Expand All @@ -13,10 +13,10 @@
],
"scripts": [],
"esmodules": [
"logger-fJ2doR76.js"
"logger-xNbno61MsPqc.js"
],
"styles": [
"logger-fJ2doR76.css"
"logger-xNbno61MsPqc.css"
],
"packs": [],
"languages": [
Expand All @@ -36,15 +36,15 @@
"path": "lang/fr.json"
},
{
"lang": "zn-CH",
"lang": "zh-CH",
"name": "英语",
"path": "lang/zn-CH.json"
"path": "lang/zh-CH.json"
}
],
"socket": true,
"url": "https://github.com/mawburn/foundry-user-latency",
"manifest": "https://raw.githubusercontent.com/mawburn/foundry-user-latency/main/src/module.json",
"download": "https://github.com/mawburn/foundry-user-latency/releases/download/v1.3.3/module.zip",
"download": "https://github.com/mawburn/foundry-user-latency/releases/download/v1.3.4/module.zip",
"license": "GNU AGPLv3",
"readme": "https://github.com/mawburn/foundry-user-latency/blob/main/README.md",
"bugs": "https://github.com/mawburn/foundry-user-latency/issues",
Expand Down

0 comments on commit cb7680a

Please sign in to comment.