Comparing version 0.1.13 to 0.1.14
@@ -129,10 +129,6 @@ var fs = require("fs"); | ||
if (options.prefix === "") { | ||
options.prefix = "/"; | ||
} | ||
async.waterfall([ | ||
function (cb) { | ||
if (!options.prefix) { | ||
return cb(new Error("A path prefix must be specified!")); | ||
options.prefix = "/"; | ||
} | ||
@@ -139,0 +135,0 @@ cb(); |
{ | ||
"name": "faux-knox", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Mock requests to knox module using file system", | ||
@@ -5,0 +5,0 @@ "main": "index.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
15653
320