Skip to content

Commit

Permalink
dropped in request
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfangs committed Apr 14, 2016
1 parent 0f4d3dc commit 82a11eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var express = require('express')
var bodyParser = require('body-parser')
var request = require('request')
var app = express()

app.set('port', (process.env.PORT || 5000))
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4"
"express": "^4.13.4",
"request": "^2.71.0"
}
}

0 comments on commit 82a11eb

Please sign in to comment.