next-routes-readme
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -27,3 +27,3 @@ "use strict"; | ||
.map(conditional => { | ||
return `> **Value**:${conditional.value} | ||
return `> **Value**: \`${conditional.value}\` | ||
> **Line**: [${file}#L${conditional.line}](${file}#L${conditional.line})`; | ||
@@ -36,3 +36,3 @@ }) | ||
.map(comment => { | ||
return `> **Value**:${comment.value} | ||
return `> **Value**: \`${comment.value}\` | ||
> **Line**: [${file}#L${comment.line}](${file}#L${comment.line})`; | ||
@@ -45,3 +45,3 @@ }) | ||
.map(error => { | ||
return `> **Value**:${error.value} | ||
return `> **Value**: \`${error.value}\` | ||
> **Line**: [${file}#L${error.line}](${file}#L${error.line})`; | ||
@@ -54,3 +54,3 @@ }) | ||
.map(query => { | ||
return `> **Value**:${query}`; | ||
return `> **Value**: \`${query}\``; | ||
}) | ||
@@ -62,3 +62,3 @@ .join('\n\n') || '*None*'} | ||
.map(route => { | ||
return `> **Value**:${route}`; | ||
return `> **Value**: \`${route}\``; | ||
}) | ||
@@ -65,0 +65,0 @@ .join('\n\n') || '*None*'} |
{ | ||
"name": "next-routes-readme", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Creates README badges from istanbul coverage report", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
Sorry, the diff of this file is not supported yet
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
31693