We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 517f26f + 534d3d5 commit 4ec1e64Copy full SHA for 4ec1e64
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-schema-static-docs",
3
- "version": "0.16.2",
+ "version": "0.16.3",
4
"description": "",
5
"main": "lib/json-schema-static-docs.js",
6
"bin": {
templates/schema.hbs
@@ -103,7 +103,7 @@
103
</tr>{{/if}}{{#if this.minLength}}<tr>
104
<td>Min Length</td>
105
<td colspan="2">{{this.minLength}}</td>
106
- </tr>{{/if}}{{#if this.maxLength}}<tr>z
+ </tr>{{/if}}{{#if this.maxLength}}<tr>
107
<td>Max Length</td>
108
<td colspan="2">{{this.maxLength}}</td>
109
</tr>{{/if}}{{#if this.format}}<tr>
0 commit comments