1
0
mirror of https://github.com/balkian/hookio-sparql-demo.git synced 2025-09-02 10:32:20 +00:00

Socket.io dependencies

This commit is contained in:
J.Fernando Sánchez
2012-03-17 16:17:30 +01:00
parent e2821d4641
commit bc5c698144
4 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
var express = require('express')
, stylus = require('stylus')
, nib = require('nib')
, sio = require('../../lib/socket.io');
, sio = require('socket.io');
/**
* App.