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.11.1

+7 -4
+3
CHANGELOG.md
··· 1 + # 0.11.1 (Feb 25, 2020) - Update Customize Screen 2 + - Update the UI for ease of experiment customization 3 + 1 4 # 0.11.0 (Feb 4, 2020) - Fixes error logging 2 5 - Fix error messaging for authentication with Emotiv in app. 3 6
+1 -1
app/package-lock.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 - "version": "0.11.0", 3 + "version": "0.11.1", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
app/package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.11.0", 4 + "version": "0.11.1", 5 5 "description": "EEG Desktop Application", 6 6 "main": "./main.prod.js", 7 7 "author": {
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 - "version": "0.11.0", 3 + "version": "0.11.1", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.11.0", 4 + "version": "0.11.1", 5 5 "description": "EEG Experiment Desktop Application", 6 6 "scripts": { 7 7 "build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",