Skip to content

Commit

Permalink
Use bluebird for promises for legacy node support
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Feb 20, 2016
1 parent 725afb6 commit 09a0f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

var fs = require('mz/fs')
var cp = require('mz/child_process')
var Promise = require('bluebird')
var mkdirp = require('mkdirp-promise')
var path = require('path')
var safe = require('safetimeout')
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-sni",
"version": "0.9.9",
"version": "0.9.10",
"description": "Automatically generate tls credentials using letsencrypt.",
"author": "Dylan Piercey <pierceydylan@gmail.com>",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,6 +36,7 @@
"tape": "^4.4.0"
},
"dependencies": {
"bluebird": "^3.3.1",
"letsencrypt": "^1.4.3",
"mkdirp-promise": "^1.0.3",
"mz": "^2.3.1",
Expand Down

0 comments on commit 09a0f1a

Please sign in to comment.