Comparing version 0.5.0 to 0.6.0
@@ -190,2 +190,3 @@ (function() { | ||
writeFile: function(filePath, content, options, callback) { | ||
callback = _.last(arguments); | ||
return mkdirp(path.dirname(filePath), function(error) { | ||
@@ -192,0 +193,0 @@ if (error != null) { |
{ | ||
"name": "fs-plus", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "node's fs with more helpers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fs-plus.js", |
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
16899
447