Skip to content

Commit

Permalink
Update express and project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Rogerio committed Aug 29, 2014
1 parent 06d7797 commit 8168205
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express4-boilerplate",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"description": "Create apps with Express 4",
"main": "app.js",
Expand All @@ -14,15 +14,15 @@
"author": "Pedro Rogerio",
"license": "MIT",
"devDependencies": {
"assemble": "~0.4.41",
"assemble": "~0.4.42",
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-replace": "~0.7.8",
"express": "~4.7.2",
"compression": "~1.0.9",
"grunt-replace": "~0.7.9",
"express": "~4.8.6",
"compression": "~1.0.11",
"hbs": "~2.7.0",
"moment": "~2.8.0",
"moment": "~2.8.2",
"nodemon": "~1.2.1"
}
}

0 comments on commit 8168205

Please sign in to comment.