Skip to content

Commit abfb37a

Browse files
Merge pull request #65 from pushtheworldllc/dev-serialport-upgrade
Dev serialport upgrade
2 parents cc839b3 + 48be1a0 commit abfb37a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
language: node_js
22
node_js:
33
- "4.0"
4+
- "4.1"
5+
- "4.2"
46
- "5.11.0"
7+
- "6.0"
8+
- "6.1"
9+
- "6.2"
510
install:
611
- npm install --all
712
script:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openbci-sdk",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
55
"main": "openBCIBoard",
66
"scripts": {
@@ -18,7 +18,8 @@
1818
"gaussian": "^1.0.0",
1919
"istanbul": "^0.4.2",
2020
"performance-now": "^0.2.0",
21-
"serialport": "~2.1.0",
21+
"scientific-statistics": "^0.2.7",
22+
"serialport": "3.1.2",
2223
"sntp": "^2.0.0"
2324
},
2425
"directories": {

0 commit comments

Comments
 (0)