Skip to content

Commit

Permalink
Remove socket.io as a dependency
Browse files Browse the repository at this point in the history
It'll still work with socket.io if it's available, but there's
no need to force it to be installed since it will often not be
used, and takes a while to build.
  • Loading branch information
isaacs committed Apr 19, 2012
1 parent 78cee90 commit 2429c39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
{ "filed":">= 0.0.6",
"routes":"*"
}
, "optionalDependencies": { "socket.io":"*" }
, "devDependencies": { "request": "2.9.x" }
, "scripts": { "test": "node tests/run.js" }
}

0 comments on commit 2429c39

Please sign in to comment.