Skip to content

Commit

Permalink
changed test server package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed May 19, 2016
1 parent d76911a commit 6c2547a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions AutoRest/TestServer/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"start": "node ./startup/www"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.1",
"busboy": "*",
"debug": "~2.1.1",
"express": "~4.12.2",
"jade": "~1.9.2",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0",
"underscore": "*",
"morgan": "1.6.1"
}
Expand Down

0 comments on commit 6c2547a

Please sign in to comment.