simple-html-index
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -12,3 +12,3 @@ const fromString = require('from2-string') | ||
'<!DOCTYPE html>', | ||
'<html lang="' + (opt.lang || 'en') + '">', | ||
'<html lang="' + (opt.lang || 'en') + '" dir="' + (opt.dir || 'ltr') + '">', | ||
'<head>', | ||
@@ -15,0 +15,0 @@ opt.title ? ('<title>' + opt.title + '</title>') : '', |
{ | ||
"name": "simple-html-index", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "a simple HTML index through stream", | ||
@@ -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
4679