gulp-sitemap
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -41,3 +41,3 @@ 'use strict'; | ||
const indexRegex = /(\/|^)index\.html?$/; | ||
var indexRegex = /(\/|^)index\.html?$/; | ||
//turn index.html into -> / | ||
@@ -44,0 +44,0 @@ var relativeFile = relativePath.replace(indexRegex, function(string, match) { |
{ | ||
"name": "gulp-sitemap", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream", | ||
@@ -5,0 +5,0 @@ "repository": "pgilad/gulp-sitemap", |
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
8803