modified template

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-05-18 12:59:59 +02:00
parent 01939b8ed8
commit 4a22dbe657
10 changed files with 118 additions and 45 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "phaser3-project-template",
"name": "mi2-mario",
"version": "2.1.0",
"description": "A Phaser 3 Project Template",
"description": "Medieninformatik 2 SoSe 2020 Mario",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack/prod.js ",
@@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://git.bosym.de/git/Pascal/phaser3-project-template.git"
"url": "git+https://git.bosym.de/git/Pascal/MI2Mario.git"
},
"author": "Pascal Syma <pascal@syma.dev> (https://syma.dev)",
"contributors": [
@@ -22,9 +22,9 @@
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://git.bosym.de/Pascal/phaser3-project-template/issues"
"url": "https://git.bosym.de/Pascal/MI2Mario/issues"
},
"homepage": "https://git.bosym.de/Pascal/phaser3-project-template#readme",
"homepage": "https://git.bosym.de/Pascal/MI2Mario#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",