Comparing version 0.9.0 to 0.9.1
@@ -148,3 +148,3 @@ var assert = require("assert"); | ||
// If outputDir is falsy, we can't (and don't need to) mkdirP it. | ||
outputDir ? Q.resolve : util.mkdirP | ||
outputDir ? util.mkdirP : Q.resolve | ||
)(outputDir).then(rebuild); | ||
@@ -151,0 +151,0 @@ }; |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"license": "MIT", | ||
@@ -20,0 +20,0 @@ "homepage": "http://github.com/benjamn/commoner", |
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