Skip to content

Commit

Permalink
Update to fixed spdy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ukitdeployuser committed Jul 15, 2015
1 parent d8e6675 commit b8b72a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firestarter",
"description": "Module to safely and easily start and stop your express app",
"version": "0.1.27",
"version": "0.1.28",
"author": "davewilliamson",
"homepage": "http://firestarter.ukit.net",
"keywords": [
Expand Down Expand Up @@ -38,13 +38,13 @@
"main": "index.js",
"devDependencies": {
"express": "~3.17.1",
"buster": "stable",
"jshint": "stable"
"buster": "latest",
"jshint": "latest"
},
"dependencies": {
"colors": "stable",
"colors": "latest",
"memwatch": "git+https://github.com/ukit-network/node-memwatch.git",
"proxywrap": "stable",
"spdy": "stable"
"proxywrap": "latest",
"spdy": "1.32.0"
}
}

0 comments on commit b8b72a7

Please sign in to comment.