Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 4295040

Browse files
committed
chore(uploads): add missing script name
1 parent c418146 commit 4295040

File tree

15 files changed

+22
-16
lines changed

15 files changed

+22
-16
lines changed

modules/achievements/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Unlock and track user achievements. (Coming late-2024)",
44
"icon": "medal",
55
"tags": [
6-
"game"
6+
"competitive"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/analytics/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Track and visualize user behavior data. (Coming mid-2024)",
44
"icon": "chart-line",
55
"tags": [
6-
"game"
6+
"analytics"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/chat/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "In-game player-to-player messaging. (Coming late-2024)",
44
"icon": "messages",
55
"tags": [
6-
"game"
6+
"social"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/currency/module.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"economy"
77
],
88
"authors": [
9-
"ABCxFF"
9+
"ABCxFF",
10+
"NathanFlurry"
1011
],
1112
"status": "preview",
1213
"dependencies": {

modules/email/module.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Send emails using multiple providers.",
44
"icon": "envelope",
55
"tags": [
6-
"email"
6+
"email",
7+
"utility"
78
],
89
"authors": [
910
"rivet-gg",

modules/game_saves/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Store and manage player progress data or world state. (Coming mid-2024)",
44
"icon": "floppy-disk",
55
"tags": [
6-
"game"
6+
"utility"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/groups/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Group users in groups/clans/guilds. (Coming late-2024)",
44
"icon": "user-group",
55
"tags": [
6-
"game"
6+
"social"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/leaderboards/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Track and display top player rankings. (Coming mid-2024)",
44
"icon": "ranking-star",
55
"tags": [
6-
"game"
6+
"competitive"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/matchmaker/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Ticket-based matchmaking that balances skill, latency, and more. (Coming mid-2024)",
44
"icon": "chess-knight",
55
"tags": [
6-
"game"
6+
"multiplayer"
77
],
88
"authors": [],
99
"status": "coming_soon",

modules/parties/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Real-time player groups. Integrates with matchmaking. (Coming mid-2024)",
44
"icon": "party-horn",
55
"tags": [
6-
"game"
6+
"multiplayer"
77
],
88
"authors": [],
99
"status": "coming_soon",

0 commit comments

Comments
 (0)