diff --git a/package.json b/package.json index fe520aa..297fd51 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.photonstorm.com)", + "author": "Pascal Syma (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",