Skip to content

Commit

Permalink
Merge pull request #11 from limzykenneth/master
Browse files Browse the repository at this point in the history
Fix for #10
  • Loading branch information
sarahgp committed Feb 19, 2016
2 parents 87bf763 + 8a77fe5 commit 6903bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"commander": "^2.8.1",
"firmata": "^0.5.4",
"nanotimer": "^0.3.10",
"serialport": "^1.7.4",
"serialport": "^2.0.0",
"socket.io": "^1.3.6"
},
"author": "Sarah Groff-Palermo",
Expand Down
2 changes: 1 addition & 1 deletion src/p5bots-server/package.json
Expand Up @@ -22,7 +22,7 @@
"express": "^4.13.1",
"firmata": "^0.5.4",
"nanotimer": "^0.3.10",
"serialport": "^1.7.4",
"serialport": "^2.0.0",
"socket.io": "^1.3.6"
},
"license": "LGPL-2.1",
Expand Down

0 comments on commit 6903bfd

Please sign in to comment.