Skip to content

Commit

Permalink
feat: use bluebird as promise
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Oct 19, 2016
1 parent ea750b9 commit 0e5bdcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/common.js
Expand Up @@ -8,6 +8,7 @@

const _ = require("lodash");
const debug = require("debug")("toshihiko:common");
const Promise = require("bluebird"); /* jshint ignore: line */

const STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;
const ARGUMENT_NAMES = /([^\s,]+)/g;
Expand Down

0 comments on commit 0e5bdcf

Please sign in to comment.