RubyGems
npm
Organizations
Log in
Sign up
npm
hof
Versions diffs
20.2.13 → 20.2.14
hof 20.2.13 → 20.2.14
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/components/date/templates/date.html
+1
-1
package/package.json
+1
-1
package/components/date/templates/date.html
CHANGED
Viewed
@@ -13,7 +13,7 @@
13
13
<span class="govuk-visually-hidden">Error:</span> {{error.message}}
14
14
</p>
15
15
{{/error}}
16
-
<div class="govuk-date-input">
16
+
<div
id="{{key}}"
class="govuk-date-input">
17
17
{{#input-date}}{{key}}{{/input-date}}
18
18
</div>
19
19
</fieldset>
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "hof",
3
3
"description": "A bootstrap for HOF projects",
4
-
"version": "20.2.
13
",
4
+
"version": "20.2.
14
",
5
5
"license": "MIT",
6
6
"main": "index.js",
7
7
"author": "HomeOffice",