An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

v0.7.1

jdpigeon 2bdc775c 4e8f27ff

+3 -2
+1
app/main.dev.js
··· 91 91 }); 92 92 93 93 mainWindow.setMenu(null); 94 + // mainWindow.toggleDevTools(); 94 95 // const menuBuilder = new MenuBuilder(mainWindow); 95 96 // menuBuilder.buildMenu(); 96 97 });
+1 -1
app/package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.7.0", 4 + "version": "0.7.1", 5 5 "description": "EEG Desktop Application", 6 6 "main": "./main.prod.js", 7 7 "author": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.7.0", 4 + "version": "0.7.1", 5 5 "description": "EEG Experiment Desktop Application", 6 6 "scripts": { 7 7 "build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",