Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlath committed Mar 11, 2017
1 parent 734922f commit 4a4e2fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -28,14 +28,14 @@
},
"main": "./main.js",
"dependencies": {
"express": "4.11.1",
"commander": "2.2.0",
"mkdirp": "0.5.0",
"printit": "0.1.3",
"body-parser": "1.3.0",
"method-override": "2.0.0",
"errorhandler": "1.0.1",
"morgan": "1.1.1"
"body-parser": "1.17.1",
"commander": "2.9.0",
"errorhandler": "1.5.0",
"express": "4.15.2",
"method-override": "2.3.7",
"mkdirp": "0.5.1",
"morgan": "1.8.1",
"printit": "0.1.20"
},
"devDependencies": {
"chai": "*",
Expand Down

0 comments on commit 4a4e2fa

Please sign in to comment.