You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "thrust-platform",
3
3
"author": "Hayesmaker Media Ltd @hayes_maker",
4
4
"license": "MIT",
5
-
"version": "2.2.4",
5
+
"version": "2.2.5",
6
6
"private": true,
7
7
"nyc": {
8
8
"include": [
@@ -30,9 +30,8 @@
30
30
"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",
"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",
36
35
"build:webgl": "npm run browserify:webgl",
37
36
"getAssets": "curl -O $THRUST_ASSETS_PACK && tar -xzf assets.tar.gz",
38
37
"debug:android": "echo 'Ensure Android device is connected, and has USB debugging enabled' && adb forward tcp:9222 localabstract:chrome_devtools_remote",
0 commit comments