+2
-2
@@ -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 {
|
||||
|
||||
Generated
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mi2-mario",
|
||||
"name": "cave-knight",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
+13
-3
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user