Skip to content

Commit

Permalink
update npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Sep 20, 2015
1 parent 42462c2 commit ef4ba9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "slack-invite-automation",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.10.6",
"jade": "~1.8.2",
"morgan": "~1.5.1",
"request": "^2.51.0",
"serve-favicon": "~2.2.0"
"body-parser": "^1.14.0",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"express": "^4.13.0",
"jade": "^1.11.0",
"morgan": "^1.6.0",
"request": "^2.62.0",
"serve-favicon": "^2.3.0"
}
}

0 comments on commit ef4ba9f

Please sign in to comment.