Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface ModDb {
[name: string]: {
name: string,
description: string,
licence: string,
license: string,
page: Page[],
archive_link: string,
hash: {
Expand Down Expand Up @@ -63,7 +63,7 @@ export async function writeMods(db: PackageDB): Promise<void> {
mods[name] = {
name: pkg.metadata.ccmodHumanName || name,
description: pkg.metadata.description || 'A mod. (Description not available; contact mod author and have them add a description to their package.json file)',
licence: pkg.metadata.license!,
license: pkg.metadata.license!,
page: getHomepage(pkg.metadata.homepage),
archive_link: install.url,
hash: install.hash,
Expand Down
14 changes: 7 additions & 7 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"Localize Me": {
"name": "Localize Me",
"description": "Add support for more locales, languages and translations",
"licence": "MIT",
"license": "MIT",
"page": [
{
"name": "GitHub",
Expand Down Expand Up @@ -244,7 +244,7 @@
"Restart Button": {
"name": "Restart Button",
"description": "Adds a button to restart the game without memory leaks",
"licence": "MIT",
"license": "MIT",
"page": [
{
"name": "GitHub",
Expand Down Expand Up @@ -295,7 +295,7 @@
"crosscode-ru": {
"name": "crosscode-ru",
"description": "Russian translation for CrossCode",
"licence": "(MIT AND CC-BY-4.0)",
"license": "(MIT AND CC-BY-4.0)",
"page": [
{
"name": "GitHub",
Expand All @@ -311,7 +311,7 @@
"enhanced-ui": {
"name": "Enhanced UI",
"description": "Various GUI enchancments and fixes",
"licence": "MIT",
"license": "MIT",
"page": [
{
"name": "GitHub",
Expand Down Expand Up @@ -362,7 +362,7 @@
"jetpack": {
"name": "jetpack",
"description": "Turns your CTRL key into a jetpack.",
"licence": "MIT",
"license": "MIT",
"page": [
{
"name": "GitHub",
Expand Down Expand Up @@ -428,7 +428,7 @@
"slowmotion": {
"name": "slowmotion",
"description": "Turns your C key into a slowmotion controller.",
"licence": "MIT",
"license": "MIT",
"page": [
{
"name": "GitHub",
Expand Down Expand Up @@ -474,7 +474,7 @@
"timewalker": {
"name": "timewalker",
"description": "Lets you control time.",
"licence": "MIT",
"license": "MIT",
"page": [
{
"name": "GitHub",
Expand Down