Skip to content

Commit

Permalink
update serialport to 1.1.0 for node 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billroy committed Mar 25, 2013
1 parent bd33e18 commit 2641dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,10 +8,10 @@
"optimist": ">=0.3.5",
"express": ">=3.0.3",
"shelljs": ">=0.0.8",
"serialport": ">=1.0.8"
"serialport": ">=1.1.0"
},
"engines": {
"node": "0.8.x",
"node": ">=0.10.1",
"npm": "1.1.x"
}
}

0 comments on commit 2641dbf

Please sign in to comment.