Skip to content

Commit

Permalink
Update dependencies: Express, compression, hbs and instanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
pinceladasdaweb committed Mar 21, 2015
1 parent 5332614 commit 644ef22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express4-boilerplate",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"description": "Create apps and static sites with Node.js and Express 4",
"main": "app.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"node": "0.10.x"
},
"dependencies": {
"express": "~4.12.2",
"compression": "~1.4.1",
"hbs": "~2.9.0",
"express": "~4.12.3",
"compression": "~1.4.3",
"hbs": "~3.0.1",
"moment": "~2.9.0"
},
"devDependencies": {
Expand All @@ -55,10 +55,10 @@
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-replace": "~0.8.0",
"istanbul": "^0.3.7",
"mocha": "^2.2.0",
"istanbul": "^0.3.8",
"mocha": "^2.2.1",
"nodemon": "~1.3.7",
"should": "^5.1.0",
"should": "^5.2.0",
"supertest": "^0.15.0"
}
}

0 comments on commit 644ef22

Please sign in to comment.