Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/firmata-0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Jul 5, 2018
2 parents 23bd3a9 + d187fc0 commit 384d5a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "10"
git:
submodules: false

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-pixel",
"version": "0.9.2",
"version": "0.9.3",
"description": "Library for controlling addressable LEDs (such as NeoPixels) from firmata or Johnny Five.",
"main": "lib/pixel.js",
"directories": {
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"color-string": "^1.4.0",
"johnny-five": "^0.11.2",
"firmata": "^0.19.1"
"firmata": "^0.19.1",
"johnny-five": "^0.15.0"
},
"devDependencies": {
"board-io": "^3.0.4",
Expand All @@ -56,6 +56,6 @@
"istanbul": "^0.4.5",
"mock-firmata": "0.2.0",
"nodeunit": "^0.11.0",
"sinon": "^3.0.0"
"sinon": "^6.0.1"
}
}

0 comments on commit 384d5a5

Please sign in to comment.