Skip to content

Commit

Permalink
Use bluebird promises to support es5 and for logging uncaught rejects
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Udoff committed Dec 29, 2015
1 parent 0755228 commit f027bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^2.2.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
Expand Down
1 change: 1 addition & 0 deletions src/gulp-jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import tmp from 'tmp';
import fs from 'fs';
import path from 'path';
import gutil from 'gulp-util';
import Promise from 'bluebird';
var os = require('os').type();

var debug = require('debug')('gulp-jsdoc3');
Expand Down

0 comments on commit f027bc7

Please sign in to comment.