Changed version, author and repo url

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-02-11 01:43:32 +01:00
parent 5609708c59
commit 853b0f489c
+12 -5
View File
@@ -1,6 +1,6 @@
{
"name": "phaser3-project-template",
"version": "1.1.0",
"version": "2.1.0",
"description": "A Phaser 3 Project Template",
"main": "src/index.js",
"scripts": {
@@ -9,15 +9,22 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/photonstorm/phaser3-project-template.git"
"url": "git+https://git.bosym.de/git/Pascal/phaser3-project-template.git"
},
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
"author": "Pascal Syma <pascal@syma.dev> (https://syma.dev)",
"contributors": [
{
"name": "Richard Davey",
"email": "rdavey@gmail.com",
"url": "http://www.photonstorm.com"
}
],
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/photonstorm/phaser3-project-template/issues"
"url": "https://git.bosym.de/Pascal/phaser3-project-template/issues"
},
"homepage": "https://github.com/photonstorm/phaser3-project-template#readme",
"homepage": "https://git.bosym.de/Pascal/phaser3-project-template#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",