Skip to content

Commit

Permalink
add bluebird as devDep, update message
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Aug 24, 2016
1 parent 039bc27 commit 0441ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ module.exports = function nativeOrAnother (Promize) {
} catch (err) {
console.error('The file "%s" requires `Promise`,', module.parent.filename)
console.error('but neither `bluebird` nor `Promise` implementation were found.')
console.error('Please install `bluebird` yourself or give Promise implementation.')
console.error('See the https://github.com/tunnckoCore/native-or-another')
console.error('Please install `bluebird` yourself (as devDependency is enough)')
console.error('or give Promise implementation.')
console.error('See the https://github.com/tunnckoCore/native-or-another for more info.')
process.exit(1)
throw err
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"devDependencies": {
"assertit": "^0.1.0",
"bluebird": "^3.4.2",
"pinkie": "^2.0.1",
"semver": "^5.0.3"
},
Expand Down

0 comments on commit 0441ca8

Please sign in to comment.