feature(package) socket.io v1.1.0

This commit is contained in:
coderaiser 2014-09-04 09:22:13 -04:00
parent 52f7da5854
commit fa0bd7d6d7
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
"remote": "//ajax.googleapis.com/ajax/libs/jquery/{{ version }}/jquery.min.js"
}, {
"name": "socket",
"version": "1.0.6",
"version": "1.1.0",
"local": "/socket.io/socket.io.js",
"remote": "//cdn.socket.io/socket.io-{{ version }}.js"
}, {

View file

@ -34,7 +34,7 @@
"morgan": "~1.2.x",
"ncp": "~0.6.0",
"rimraf": "~2.2.6",
"socket.io": "~1.0.0",
"socket.io": "~1.1.0",
"console-io": "~1.6.5"
},
"devDependencies": {