Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Sep 16, 2024
1 parent c92a047 commit 7fbc0e2
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const recheck = async () => {
} finally {
if (conn) conn.end();
}
}
};
recheck();

const app = express();
Expand Down
34 changes: 17 additions & 17 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.2",
"mariadb": "^3.2.3",
"minecraftstatuspinger": "^1.1.5",
"nodemailer": "^6.9.10"
},
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.2",
"mariadb": "^3.2.3",
"minecraftstatuspinger": "^1.1.5",
"nodemailer": "^6.9.10"
},
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}
52 changes: 26 additions & 26 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "mc.chs",
"version": "1.0.0",
"description": "Home of mc.chs.se",
"main": "index.js",
"author": "Gustaf Järgren (Berg)",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@gorymoon/minecraft-text": "^1.0.2",
"bulma": "^0.9.4",
"mustache": "^4.2.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"sass": "^1.71.1",
"vite": "^5.1.5"
}
"name": "mc.chs",
"version": "1.0.0",
"description": "Home of mc.chs.se",
"main": "index.js",
"author": "Gustaf Järgren (Berg)",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@gorymoon/minecraft-text": "^1.0.2",
"bulma": "^0.9.4",
"mustache": "^4.2.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"sass": "^1.71.1",
"vite": "^5.1.5"
}
}
32 changes: 16 additions & 16 deletions frontend/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "CHS Minecraft",
"short_name": "CHS MC",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
"name": "CHS Minecraft",
"short_name": "CHS MC",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}

0 comments on commit 7fbc0e2

Please sign in to comment.