Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use non-deprecated mkdirp package.
  • Loading branch information
goto-bus-stop committed Mar 25, 2020
1 parent cbdf69e commit 00c913f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cmd.js
Expand Up @@ -2,7 +2,7 @@
var fs = require('fs');
var JSONStream = require('JSONStream');
var through = require('through2');
var mkdirp = require('mkdirp');
var mkdirp = require('mkdirp-classic');
var path = require('path');

var b = require('./args')(process.argv.slice(2));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"inherits": "~2.0.1",
"insert-module-globals": "^7.0.0",
"labeled-stream-splicer": "^2.0.0",
"mkdirp": "^0.5.0",
"mkdirp-classic": "^0.5.2",
"module-deps": "^6.0.0",
"os-browserify": "~0.3.0",
"parents": "^1.0.1",
Expand Down

0 comments on commit 00c913f

Please sign in to comment.