Skip to content

Commit

Permalink
Updated dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Apr 24, 2015
1 parent 5c13992 commit 833e0ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sse-channel",
"version": "1.0.4",
"version": "1.0.5",
"description": "Server-Sent Events \"channel\" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending \"keep-alive\" packets automatically.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,13 +33,13 @@
"homepage": "https://github.com/rexxars/sse-channel",
"dependencies": {
"access-control": "0.0.7",
"lodash": "^3.0.1"
"lodash": "^3.7.0"
},
"devDependencies": {
"eventsource": "^0.1.4",
"istanbul": "^0.3.2",
"jscs": "^1.10.0",
"jshint": "^2.5.10",
"mocha": "^2.0.1"
"eventsource": "^0.1.6",
"istanbul": "^0.3.13",
"jscs": "^1.12.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4"
}
}

0 comments on commit 833e0ff

Please sign in to comment.