Skip to content

Commit

Permalink
rename websocket dependency to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
neonstalwart committed Aug 16, 2011
1 parent 22591f2 commit 7c422f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-node.js
@@ -1,6 +1,6 @@
// helpful for debugging
var settings = require("commonjs-utils/settings"),
ws = require("node-websocket-server"),
ws = require("websocket-server"),
messageJson = require("./media/message/json"),
multiNode = require("multi-node");

Expand Down

0 comments on commit 7c422f0

Please sign in to comment.