Skip to content

Commit

Permalink
Use published socket.io without native dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Nov 10, 2015
1 parent 4031e33 commit a964712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ running the tests in a browser.
*/

var express = require('express')
var socketIO = require('socket.io')
var socketIO = require('socket.io-pure')
var fs = require('fs')
var path = require('path')
var async = require('async')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"npmlog": "^1.0.0",
"printf": "^0.2.3",
"rimraf": "^2.2.8",
"socket.io": "patocallaghan/socket.io#1.3.7-pure",
"socket.io-pure": "^1.3.11",
"styled_string": "0.0.1",
"tap-parser": "^1.1.3",
"xmldom": "^0.1.19"
Expand Down

0 comments on commit a964712

Please sign in to comment.