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> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>MI2Mario</title> <title>Cave Knight</title>
<style> <style>
html, html,
body { body {
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "mi2-mario", "name": "cave-knight",
"version": "2.1.0", "version": "2.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
+13 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "mi2-mario", "name": "cave-knight",
"version": "2.1.0", "version": "2.1.0",
"description": "Medieninformatik 2 SoSe 2020 Mario", "description": "Medieninformatik 2 SoSe 2020 Cave Knight",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"build": "webpack --config webpack/prod.js ", "build": "webpack --config webpack/prod.js ",
@@ -11,8 +11,18 @@
"type": "git", "type": "git",
"url": "git+https://git.bosym.de/git/Pascal/MI2Mario.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": [ "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", "name": "Richard Davey",
"email": "rdavey@gmail.com", "email": "rdavey@gmail.com",
+5 -5
View File
@@ -48,11 +48,11 @@ module.exports = {
favicons: { favicons: {
manifestRelativePaths: true, manifestRelativePaths: true,
start_url: "../", start_url: "../",
appName: 'MI2Mario', appName: 'Cave Knight',
appDescription: 'MI2 Mario', appDescription: 'Cave Knight',
appShortName: "mi2mario", appShortName: "cave-knight",
developerName: 'Pascal Syma', developerName: 'MaMa Productions',
developerURL: "https://syma.dev", developerURL: "https://mama.productions",
background: '#000', background: '#000',
theme_color: '#333', theme_color: '#333',
logging: true, logging: true,