Readme update

This commit is contained in:
KGrzeg 2021-10-18 03:09:28 +02:00
parent f5380927fd
commit 89e2f52063
9 changed files with 60 additions and 148 deletions

View file

@ -4,9 +4,7 @@
"description": "Simple Phaser 3 game for the Hackerspace Trójmiasto's little game jam",
"scripts": {
"start": "parcel src/index.html -p 8000",
"build": "parcel build src/index.html --out-dir dist --no-source-maps",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx"
"build": "parcel build src/index.html --out-dir dist --no-source-maps"
},
"author": "Grzegorz Kupczyk",
"license": "MIT",