Skip to content

Commit da26928

Browse files
committed
preparing for preparing
1 parent 9b86c5e commit da26928

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "3.23.0-betaSvipal",
3+
"version": "3.23.0-beta1",
44
"release": "Ginro",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
@@ -22,10 +22,6 @@
2222
"buildfb": "webpack --config config/webpack.fb.config.js",
2323
"watchfb": "webpack --config config/webpack.fb.config.js --watch",
2424
"dist": "webpack --config config/webpack.dist.config.js",
25-
"distT": "webpack --config config/webpack.dist.config.js && npm run toT1 && npm run toT2 && npm run toT3",
26-
"toT1": "@powershell Copy-Item ./dist/phaser.min.js ../phasertest/phaser.min.js",
27-
"toT2": "@powershell Copy-Item ./dist/phaser.min.js ../orthotest/phaser.min.js",
28-
"toT3": "@powershell Copy-Item ./dist/phaser.min.js ../othertutorial/phaser.min.js ",
2925
"distfb": "webpack --config config/webpack.fb.dist.config.js",
3026
"distfull": "npm run dist && npm run distfb",
3127
"plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js",

0 commit comments

Comments
 (0)