Skip to content

Commit

Permalink
Update usb module so we are compatible with Node 4.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Oct 27, 2015
1 parent e0268ff commit 4752c99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.12.0"
- "4.2.1"
env:
- CXX=g++-4.8
before_install:
- npm install -g grunt-cli
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"uglify-js": "^2.5.0",
"uglifyify": "^3.0.1",
"url-join": "0.0.1",
"usb": "1.0.5",
"usb": "1.1.0",
"usb-daemon-parser": "0.0.1"
},
"preferGlobal": true,
Expand Down

0 comments on commit 4752c99

Please sign in to comment.