gulp-sitemap
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -58,2 +58,3 @@ 'use strict'; | ||
//push file to xml | ||
xmlOutput.push(spacing + '<url>'); | ||
@@ -84,2 +85,3 @@ xmlOutput.push(spacing + spacing + '<loc>' + loc + '</loc>'); | ||
//push file to stream | ||
this.push(sitemapFile); | ||
@@ -86,0 +88,0 @@ gutil.log('Generated', gutil.colors.blue(fileName)); |
{ | ||
"name": "gulp-sitemap", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream", | ||
@@ -30,2 +30,3 @@ "license": "MIT", | ||
"sitemap", | ||
"sitemap.xml", | ||
"google", | ||
@@ -32,0 +33,0 @@ "search-engine", |
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
7630
81