changed project name

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-07-18 13:54:22 +02:00
parent 9194dc50ed
commit 5a1d05a4bc
4 changed files with 21 additions and 11 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
-->
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MI2Mario</title>
<title>Cave Knight</title>
<style>
html,
body {
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "mi2-mario",
"name": "cave-knight",
"version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
+13 -3
View File
@@ -1,7 +1,7 @@
{
"name": "mi2-mario",
"name": "cave-knight",
"version": "2.1.0",
"description": "Medieninformatik 2 SoSe 2020 Mario",
"description": "Medieninformatik 2 SoSe 2020 Cave Knight",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack/prod.js ",
@@ -11,8 +11,18 @@
"type": "git",
"url": "git+https://git.bosym.de/git/Pascal/MI2Mario.git"
},
"author": "Pascal Syma <pascal@syma.dev> (https://syma.dev)",
"author": "MaMa Productions <info@mama.productions> (https://mama.productions)",
"contributors": [
{
"name": "Pascal Syma",
"email": "pascal@syma.dev",
"url": "https://syma.dev"
},
{
"name": "Antonio Martinez Casadesus",
"email": "antonio@mama.productions",
"url": "https://mama.productions"
},
{
"name": "Richard Davey",
"email": "rdavey@gmail.com",
+5 -5
View File
@@ -48,11 +48,11 @@ module.exports = {
favicons: {
manifestRelativePaths: true,
start_url: "../",
appName: 'MI2Mario',
appDescription: 'MI2 Mario',
appShortName: "mi2mario",
developerName: 'Pascal Syma',
developerURL: "https://syma.dev",
appName: 'Cave Knight',
appDescription: 'Cave Knight',
appShortName: "cave-knight",
developerName: 'MaMa Productions',
developerURL: "https://mama.productions",
background: '#000',
theme_color: '#333',
logging: true,