Skip to content

Commit

Permalink
Don't use bluebird
Browse files Browse the repository at this point in the history
Native promises are fine
  • Loading branch information
isaacs committed Jan 24, 2019
1 parent e8fb7df commit b074a1a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/stack.js
Expand Up @@ -21,7 +21,6 @@ const skip = (process.cwd() !== tapDir ||
].concat(/* istanbul ignore next */ require.resolve
? [
new RegExp(resc(require.resolve('function-loop'))),
new RegExp(resc(path.dirname(require.resolve('bluebird/package.json'))))
]
: [])
: []
Expand Down
1 change: 0 additions & 1 deletion lib/test.js
Expand Up @@ -37,7 +37,6 @@ const assert = require('assert')
const util = require('util')
const ownOr = require('own-or')
const ownOrEnv = require('own-or-env')
const Promise = require('bluebird')
const bindObj = require('bind-obj-methods')
const cwd = process.cwd()

Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,6 @@
},
"dependencies": {
"bind-obj-methods": "^2.0.0",
"bluebird": "^3.5.3",
"browser-process-hrtime": "^1.0.0",
"capture-stack-trace": "^1.0.0",
"clean-yaml-object": "^0.1.0",
Expand Down

0 comments on commit b074a1a

Please sign in to comment.