hmpo-template-mixins
Advanced tools
Comparing version 7.3.1 to 7.4.0
@@ -19,3 +19,4 @@ 'use strict'; | ||
min: 1, | ||
max: 31 | ||
max: 31, | ||
maxlength: 2 | ||
}, ctx, options); | ||
@@ -27,3 +28,4 @@ } | ||
min: 1, | ||
max: 12 | ||
max: 12, | ||
maxlength: 2 | ||
}, ctx, options); | ||
@@ -30,0 +32,0 @@ |
{ | ||
"name": "hmpo-template-mixins", | ||
"version": "7.3.1", | ||
"version": "7.4.0", | ||
"description": "A middleware that exposes a series of Mustache mixins on res.locals to ease usage of forms, translations, and some general needs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
160665
3426