From bc9d017703d60e4d1dbb2f6d441c1e0777ef296c Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 2 Feb 2024 14:56:10 +0000 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 193aa6e5f7..cf560fbb12 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "3.80.0-beta.1", "release": "Nino", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", - "author": "Richard Davey (https://www.photonstorm.com)", + "author": "Richard Davey (https://www.phaser.io)", "homepage": "https://phaser.io", - "bugs": "https://github.com/photonstorm/phaser/issues", + "bugs": "https://github.com/phaserjs/phaser/issues", "license": "MIT", "licenseUrl": "https://www.opensource.org/licenses/mit-license.php", "main": "./src/phaser.js", @@ -14,7 +14,7 @@ "module": "./dist/phaser.esm.js", "repository": { "type": "git", - "url": "https://photonstorm@github.com/photonstorm/phaser.git" + "url": "https://phaserjs@github.com/phaserjs/phaser.git" }, "scripts": { "beta": "npm publish --tag beta",