We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc839b3 + 48be1a0 commit abfb37aCopy full SHA for abfb37a
.travis.yml
@@ -1,7 +1,12 @@
1
language: node_js
2
node_js:
3
- "4.0"
4
+ - "4.1"
5
+ - "4.2"
6
- "5.11.0"
7
+ - "6.0"
8
+ - "6.1"
9
+ - "6.2"
10
install:
11
- npm install --all
12
script:
package.json
@@ -1,6 +1,6 @@
{
"name": "openbci-sdk",
- "version": "0.3.6",
+ "version": "0.3.7",
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
"main": "openBCIBoard",
"scripts": {
@@ -18,7 +18,8 @@
18
"gaussian": "^1.0.0",
19
"istanbul": "^0.4.2",
20
"performance-now": "^0.2.0",
21
- "serialport": "~2.1.0",
+ "scientific-statistics": "^0.2.7",
22
+ "serialport": "3.1.2",
23
"sntp": "^2.0.0"
24
},
25
"directories": {
0 commit comments