Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Updating package.json so modules will work with newer versions of Nod…
Browse files Browse the repository at this point in the history
…e.js
  • Loading branch information
cwbuecheler committed Nov 18, 2016
1 parent fce0aa9 commit f0f93d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.12.4",
"jade": "~1.9.2",
"morgan": "~1.5.3",
"serve-favicon": "~2.2.1",
"mongodb": "~2.0.33",
"monk": "~1.0.1"
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0",
"mongodb": "^2.2.11",
"monk": "^3.1.3"
}
}

0 comments on commit f0f93d5

Please sign in to comment.