Skip to content

Commit

Permalink
npm: Exclude darwin and windows
Browse files Browse the repository at this point in the history
Change-Id: Ia5a92fc35c7086e3d7bdcdc523f4fd2bba15e983
Relate-to: rzr/color-sensor-js#4
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 18, 2020
1 parent a7e90f9 commit 973b44a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"bundledDependencies": [
"generic-sensors-lite"
],
"os": [
"!darwin",
"!win32"
],
"moziot": {
"api": {
"min": 2,
Expand Down

0 comments on commit 973b44a

Please sign in to comment.