Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Updating readme + not including phaser in original package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cloakedninjas committed Jul 7, 2018
1 parent e9f553a commit 21b0f49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Unopinionated (mostly) package containing bare bones Phaser game, containing:

* Phaser (2.6.1)
* Phaser 2 or CE
* Typescript
* Grunt build process
* Basic game
Expand All @@ -24,10 +24,11 @@ You can run it with `bin/install`

## Building

`grunt dev` for single build or `grunt watch` to compile as you make changes.
- `grunt dev` for single build or `grunt watch` to compile as you make changes.
- `grunt prod` for production (minified) build

## Running

Built files are placed into the `public/` directory. Point a webserver at it, and you're away!

`http-server public`
`http-server public`
3 changes: 1 addition & 2 deletions bin/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node

var fs = require('fs'),
util = require('util'),
spawn = require('child_process').spawn,
packageJson = require('../package.json'),
prompt;
Expand Down Expand Up @@ -237,4 +236,4 @@ function styleText(text, colour) {
c = colours[colour];

return '\u001b[' + c + 'm' + text + '\u001b[39m';
}
}
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser-typescript-boilerplate",
"version": "1.5.0",
"version": "1.5.1",
"description": "Boilerplate for Phaser using Typescript",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,6 @@
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "6.0.0-beta.20",
"phaser-ce": "^2.11.0",
"typescript": "^2.9.2"
},
"devDependencies": {
Expand Down

0 comments on commit 21b0f49

Please sign in to comment.