Skip to content

Commit

Permalink
Deps: serialport 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Dec 7, 2017
1 parent 0523f58 commit 896f5d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ os:

node_js:
- 4
- 5
- 6
- 8

before_install:
- npm install -g grunt-cli
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ clone_depth: 10
environment:
matrix:
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6
- nodejs_version: 8


platform:
- x86
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"browser-serialport": "latest",
"es6-shim": "latest",
"serialport": "^4.0.0"
"serialport": "^6.0.4"
},
"scripts": {
"test": "grunt",
Expand Down

0 comments on commit 896f5d4

Please sign in to comment.