Skip to content

Commit

Permalink
Merge pull request #96 from mehreencs87/patch-1
Browse files Browse the repository at this point in the history
nodejs api example updated dependencies
  • Loading branch information
ntotten committed Apr 21, 2016
2 parents c5a228c + 0873987 commit 3d2571d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/nodejs-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"body-parser": "~1.15.0",
"cookie-parser": "~1.4.1",
"cors": "^2.7.1",
"debug": "~2.1.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.11.0",
"express": "~4.13.4",
"express-jwt": "^3.3.0",
"jade": "~1.9.0",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0"
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0"
}
}

0 comments on commit 3d2571d

Please sign in to comment.