diff --git a/package.json b/package.json index 0a8e942e6..6348dccf5 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "dist": "webpack --config config/webpack.dist.config.js", "distfb": "webpack --config config/webpack.fb.dist.config.js", "distfull": "npm run dist && npm run distfb", - "distT": "webpack --config config/webpack.dist.config.js && npm run toT", - "toT": "@powershell Copy-Item ./dist/phaser.min.js ../phasertest/phaser.min.js", - "toT2": "@powershell Copy-Item ./dist/phaser.js ../phasertest/phaser.min.js", "plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js", "plugin.spine": "webpack --config plugins/spine/webpack.config.js", "plugin.spine.dist": "webpack --config plugins/spine/webpack.auto.dist.config.js",