forked from lbsadmin/nodeMessageBoard
updated socket.io
This commit is contained in:
parent
c91434e233
commit
754c9a7bd9
@ -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>
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user