Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "mkdirp", | ||
"description": "Recursively mkdir, like `mkdir -p`", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"publishConfig": { | ||
"tag": "legacy" | ||
}, | ||
"author": "James Halliday <mail@substack.net> (http://substack.net)", | ||
@@ -19,7 +22,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"minimist": "0.0.8" | ||
"minimist": "^1.2.5" | ||
}, | ||
"devDependencies": { | ||
"tap": "1", | ||
"mock-fs": "2 >=2.7.0" | ||
"mock-fs": "^3.7.0", | ||
"tap": "^5.4.2" | ||
}, | ||
@@ -26,0 +29,0 @@ "bin": "bin/cmd.js", |
@@ -31,3 +31,2 @@ var mkdirp = require('../'); | ||
}); | ||
t.end(); | ||
}); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
238925
84
1023
+ Addedminimist@1.2.8(transitive)
- Removedminimist@0.0.8(transitive)
Updatedminimist@^1.2.5