Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hovanem committed Nov 8, 2017
1 parent 1ef1120 commit b24091a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion documentation/CHANGELOG.md
Expand Up @@ -128,4 +128,7 @@
* Uniform command scheme where green is "GO" and red is "STOP"
* Serial bots no longer show up unless they're connected


## 1.8.1 (2017-11-08)
* Fixed Conductor "Add Player" functionality
* Fixed Remote bot crash issue
* Disabled editing or sending text when not connected
8 changes: 5 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "machine-collaboration-utility",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"main": "server/launchElectron.js",
"build": {
Expand All @@ -15,10 +15,12 @@
"start:headless-js": "BROWSER=NONE PORT=3000 react-scripts start",
"start:electron": "nodemon -w server -w bots node_modules/.bin/electron .",
"start:css": "nodemon -e scss -w styles -x 'npm run build:css'",
"build": "npm run build:cleanup && npm run build:css && npm run build:js && mv build server/build",
"build":
"npm run build:cleanup && npm run build:css && npm run build:js && mv build server/build",
"build:js": "react-scripts build",
"build:cleanup": "rm -rf build && rm -rf server/build",
"build:css": "npm run prebuild:css && postcss src/main.css --use autoprefixer -d src/",
"build:css":
"npm run prebuild:css && postcss src/main.css --use autoprefixer -d src/",
"package": "npm run build && electron-rebuild && electron-builder",
"prebuild:css": "node-sass styles/main.scss -o src/",
"test": "node node_modules/gulp/bin/gulp.js test"
Expand Down

0 comments on commit b24091a

Please sign in to comment.