Comparing version 0.4.1 to 0.4.2
@@ -14,3 +14,2 @@ var path = require('path'); | ||
var cb = f || function () {}; | ||
if (typeof mode === 'string') mode = parseInt(mode, 8); | ||
p = path.resolve(p); | ||
@@ -52,3 +51,2 @@ | ||
if (typeof mode === 'string') mode = parseInt(mode, 8); | ||
p = path.resolve(p); | ||
@@ -55,0 +53,0 @@ |
{ | ||
"name" : "mkdirp", | ||
"description" : "Recursively mkdir, like `mkdir -p`", | ||
"version" : "0.4.1", | ||
"version" : "0.4.2", | ||
"author" : "James Halliday <mail@substack.net> (http://substack.net)", | ||
@@ -13,3 +13,3 @@ "main" : "./index", | ||
"type" : "git", | ||
"url" : "http://github.com/substack/node-mkdirp.git" | ||
"url" : "https://github.com/substack/node-mkdirp.git" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts" : { |
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
18555
456