1
0
Fork 0

updated socket.io

This commit is contained in:
Lukas Bachschwell 2016-06-28 22:02:35 +02:00
parent c91434e233
commit 754c9a7bd9
2 changed files with 5 additions and 1 deletions

View File

@ -160,8 +160,10 @@ body {
<div id="debugOut"> </div>
</div>
</div>
<!--
<div id="footer">
<h2>Send an SMS with a message to <span class="number" style="color:#3399ff;"></span></h2>
</div>
-->
</body>
</html>

View File

@ -4,10 +4,12 @@
"description": "A SMS Messageboard built using node and express",
"main": "app.js",
"dependencies": {
"async": "^2.0.0-rc.6",
"emojize": "^0.2.0",
"lowdb": "^0.12.5",
"nan": "^2.3.5",
"serialport": "^2.0.6",
"socket.io": "^1.4.5"
"socket.io": "^1.4.8"
},
"devDependencies": {},
"scripts": {