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

Commit

Permalink
Package updates:
Browse files Browse the repository at this point in the history
* body-parser 1.10.1 to 1.12.0
* compression 1.3.0 to 1.4.1
* cookie-parser 1.3.3 to 1.3.4
* errorhandler 1.3.2 to 1.3.4
* grunt-contrib-cssmin 0.11.0 to 0.12.2
* grunt-contrib-uglify 0.7.0 to 0.8.0
* html-minifier 0.6.9 to 0.7.0
* underscore 1.7.0 to 1.8.2
  • Loading branch information
roncli committed Feb 24, 2015
1 parent bfab87b commit 93e49d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -8,27 +8,27 @@
"url": "https://github.com/roncli/rendr-template.git"
},
"dependencies": {
"body-parser": "1.10.1",
"compression": "1.3.0",
"cookie-parser": "1.3.3",
"errorhandler": "1.3.2",
"body-parser": "1.12.0",
"compression": "1.4.1",
"cookie-parser": "1.3.4",
"errorhandler": "1.3.4",
"express": "4.11.0",
"express-session": "1.10.1",
"handlebars": "2.0.0",
"jquery": "2.1.3",
"morgan": "1.5.1",
"rendr": "0.5.2",
"rendr-handlebars": "0.2.2",
"underscore": "1.7.0"
"underscore": "1.8.2"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-browserify": "2.1.4",
"grunt-contrib-cssmin": "0.11.0",
"grunt-contrib-cssmin": "0.12.2",
"grunt-contrib-handlebars": "0.9.2",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-execute": "0.2.2",
"html-minifier": "0.6.9",
"html-minifier": "0.7.0",
"remapify": "1.4.3"
},
"license": "None",
Expand Down

0 comments on commit 93e49d4

Please sign in to comment.