Skip to content

Commit

Permalink
fix socket.io deps error
Browse files Browse the repository at this point in the history
  • Loading branch information
leeluolee committed May 8, 2017
1 parent e48840a commit 11cb530
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/connect-puer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"coffee-script": "1.4.x",
"express": "3.0.x",
"chokidar": "0.8.1",
"socket.io": "0.9.16",
"socket.io": "~1.7.4",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"qrcode-npm": "0.0.3",
"http-proxy": "~1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion src/connect-puer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = (app, server, options) ->
helper.log "watcher on!!"

io = (require 'socket.io').listen server
io.set("log level", 1)
# io.set("log level", 1)

# keep the connect socket instance
sockets = []
Expand Down

0 comments on commit 11cb530

Please sign in to comment.