Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update node to 4.0.0 and express to 4.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pundsack committed Sep 10, 2015
1 parent ca54ef4 commit 01262b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "node index.js"
},
"dependencies": {
"express": "^4.0.0"
"express": "^4.13.3"
},
"engines": {
"node": "0.12.2"
"node": "4.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 01262b6

Please sign in to comment.