Skip to content

Commit

Permalink
Declare NPM versions explicitly
Browse files Browse the repository at this point in the history
Heroku happilly upgraded to Express 3 alpha, so let's cut that right out. So
much for optimistic versioning.
  • Loading branch information
kristjan committed Apr 20, 2012
1 parent 541c63a commit 9fed111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},

"engines": {
"node": ">0.6.5"
"node": ">0.6.9"
},

"dependencies": {
"ejs" : ">=0.7.1",
"everyauth": ">=0.2.30",
"express" : ">=2.5.8"
"ejs" : "=0.7.1",
"everyauth": "=0.2.32",
"express" : "=2.5.9"
},

"devDependencies": {},
Expand Down

0 comments on commit 9fed111

Please sign in to comment.