Skip to content

Commit

Permalink
Merge pull request #205 from OpenROV/fix-i2c-error
Browse files Browse the repository at this point in the history
Moved i2c lib as optional
  • Loading branch information
BrianAdams committed Mar 1, 2017
2 parents c0cc47d + 06b5196 commit 1c6fbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"findit": "^2.0.0",
"forever-monitor": "",
"fs-extra": "",
"i2c": "",
"javascript-state-machine": "^2.3.5",
"jquery-file-upload-middleware": "",
"json-schema-defaults": "^0.2.0",
Expand Down Expand Up @@ -82,6 +81,7 @@
"tap": "^6.3.2"
},
"optionalDependencies": {
"fsevents": "^1.0.14"
"fsevents": "^1.0.14",
"i2c": ""
}
}

0 comments on commit 1c6fbd9

Please sign in to comment.