Skip to content

Commit b51ff89

Browse files
committed
reimplement heroku builds
1 parent 0904ca6 commit b51ff89

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "thrust-platform",
33
"author": "Hayesmaker Media Ltd @hayes_maker",
44
"license": "MIT",
5-
"version": "2.2.4",
5+
"version": "2.2.5",
66
"private": true,
77
"nyc": {
88
"include": [
@@ -30,9 +30,8 @@
3030
"mocha": "echo 'Attempting to run mocha bdd style unit tests' && phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./public/javascripts/test/index.html",
3131
"lint": "eslint src/app/pixi/**/*.js",
3232
"prebuild": "mkdirp public/javascripts/browserify",
33-
"build:demo": "npm run browserify:canvas && npm run uglify:canvas",
34-
"build:heroku": "npm run build:fullgame && npm run build:new && npm run browserify:test",
35-
"build": "npm run browserify:canvas:full && npm run uglify:canvas",
33+
"build:heroku": "npm run browserify:canvas:full && npm run uglify:canvas",
34+
"build": "npm run browserify:canvas && npm run uglify:canvas",
3635
"build:webgl": "npm run browserify:webgl",
3736
"getAssets": "curl -O $THRUST_ASSETS_PACK && tar -xzf assets.tar.gz",
3837
"debug:android": "echo 'Ensure Android device is connected, and has USB debugging enabled' && adb forward tcp:9222 localabstract:chrome_devtools_remote",

src/old/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hayesmaker.thrust30.legacy",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "phaserjs implementation of thrust30 - currently being ported to pure pixijs/p2 inside pixi package",
55
"main": "main-canvas.js",
66
"scripts": {

0 commit comments

Comments
 (0)