Compare commits

...

2 Commits

Author SHA1 Message Date
Guillermo Rauch
37690f78d7 Release 0.9.13 2012-12-13 15:15:38 -03:00
Guillermo Rauch
3cbd00ca70 package: fixed base64id requirement 2012-12-13 15:15:15 -03:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
0.9.13 / 2012-12-13
===================
* package: fixed `base64id` requirement
0.9.12 / 2012-12-13
===================

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.12"
, "version": "0.9.13"
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
@@ -18,6 +18,7 @@
, "dependencies": {
"socket.io-client": "0.9.11"
, "policyfile": "0.0.4"
, "base64id": "0.1.0"
}
, "devDependencies": {
"expresso": "0.9.2"