Skip to content

Commit

Permalink
remove aproba as top-level dep
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 1, 2021
1 parent 7e4e88e commit 500a639
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/utils/pulse-till-done.js
@@ -1,4 +1,3 @@
const validate = require('aproba')
const log = require('npmlog')

let pulsers = 0
Expand All @@ -18,7 +17,6 @@ function pulseStop () {
}

module.exports = function (prefix, cb) {
validate('SF', [prefix, cb])
if (!prefix)
prefix = 'network'
pulseStart(prefix)
Expand Down
2 changes: 0 additions & 2 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -49,7 +49,6 @@
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
"aproba": "^2.0.0",
"archy": "~1.0.0",
"byte-size": "^7.0.0",
"cacache": "^15.0.5",
Expand Down Expand Up @@ -119,7 +118,6 @@
"abbrev",
"ansicolors",
"ansistyles",
"aproba",
"archy",
"byte-size",
"cacache",
Expand Down

0 comments on commit 500a639

Please sign in to comment.