From da26928b0c6cb885b5913dec23196d803737772c Mon Sep 17 00:00:00 2001 From: Svipal Date: Fri, 7 Feb 2020 15:42:49 +0100 Subject: [PATCH] preparing for preparing --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 4165624b0..6348dccf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.23.0-betaSvipal", + "version": "3.23.0-beta1", "release": "Ginro", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (http://www.photonstorm.com)", @@ -22,10 +22,6 @@ "buildfb": "webpack --config config/webpack.fb.config.js", "watchfb": "webpack --config config/webpack.fb.config.js --watch", "dist": "webpack --config config/webpack.dist.config.js", - "distT": "webpack --config config/webpack.dist.config.js && npm run toT1 && npm run toT2 && npm run toT3", - "toT1": "@powershell Copy-Item ./dist/phaser.min.js ../phasertest/phaser.min.js", - "toT2": "@powershell Copy-Item ./dist/phaser.min.js ../orthotest/phaser.min.js", - "toT3": "@powershell Copy-Item ./dist/phaser.min.js ../othertutorial/phaser.min.js ", "distfb": "webpack --config config/webpack.fb.dist.config.js", "distfull": "npm run dist && npm run distfb", "plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js",