Fixed start script and updated phaser. Fix #10 #9

This commit is contained in:
Richard Davey
2018-03-27 02:46:47 +01:00
parent 2fc406067b
commit b392fe65cb
+3 -3
View File
@@ -1,11 +1,11 @@
{ {
"name": "phaser3-project-template", "name": "phaser3-project-template",
"version": "1.0.8", "version": "1.0.9",
"description": "A Phaser 3 Project Template", "description": "A Phaser 3 Project Template",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",
"start": "npm run build && live-server --port=8000" "start": "npm run build && webpack-dev-server --port=8000"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -24,6 +24,6 @@
"raw-loader": "^0.5.1" "raw-loader": "^0.5.1"
}, },
"dependencies": { "dependencies": {
"phaser": "^3.2.0" "phaser": "^3.3.0"
} }
} }