Skip to content

Commit

Permalink
feat: use bluebird for promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Jul 14, 2017
1 parent 26cc867 commit c5c67d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cascade-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const debug = require('debug')('loopback:mixins:cascade-update')
const _ = require('lodash')
const Promise = require('bluebird')

module.exports = function cascadeUpdateMixin(Model, options) {

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"validate-commit-msg": "2.12.2"
},
"dependencies": {
"bluebird": "^3.5.0",
"debug": "2.6.8",
"lodash": "^4.17.4"
},
Expand Down

0 comments on commit c5c67d1

Please sign in to comment.