metalsmith-sitemap
Advanced tools
Comparing version 0.0.10 to 0.1.0
@@ -30,3 +30,3 @@ var fs = require('fs'), | ||
}); | ||
var getUrl = toFn(options.urlProperty), | ||
@@ -64,3 +64,3 @@ getModified = toFn(options.modifiedProperty); | ||
if (!theUrl) { | ||
if (theUrl === undefined || theUrl === null) { | ||
return; | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "metalsmith-sitemap", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"description": "A metalsmith plugin for generating a sitemap.xml file.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
7631