Skip to content

Commit

Permalink
fix websocket dependency
Browse files Browse the repository at this point in the history
listing the dependency in dev dependencies clobbers the actual
dependency
  • Loading branch information
defunctzombie committed Jan 30, 2013
1 parent 0d718b4 commit ee475f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
, "dependencies": {
"debug": "0.6.0"
, "ws": "~0.4.21"
, "ws": "0.4.25"
, "engine.io-parser": "0.1.1"
, "base64id": "0.1.0"
}
Expand All @@ -25,7 +25,6 @@
, "expect.js": "*"
, "superagent": "*"
, "engine.io-client": "0.4.1"
, "ws": "*"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
Expand Down

0 comments on commit ee475f1

Please sign in to comment.