Skip to content

Commit

Permalink
fix(deps): remove Bluebird and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Jun 13, 2016
1 parent d76f83d commit ec187ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@
],
"homepage": "https://github.com/bahmutov/csrf-login#readme",
"dependencies": {
"bluebird": "^2.9.34",
"check-more-types": "^2.18.0",
"cheerio": "^0.19.0",
"cheerio": "^0.20.0",
"debug": "^2.2.0",
"first-existing": "^1.0.0",
"lazy-ass": "^1.3.0",
"nconf": "^0.7.2",
"nconf": "^0.8.0",
"request": "^2.60.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/csrf-login.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var check = require('check-more-types');
var log = require('debug')('csrf');
var join = require('path').join;
var request = require('request');
var Promise = require('bluebird');
var cheerio = require('cheerio');

function getLoginForm(conf, body) {
Expand Down

0 comments on commit ec187ef

Please sign in to comment.