RubyGems
npm
Organizations
Log in
Sign up
npm
hof
Versions diffs
20.2.15 → 20.2.16
hof 20.2.15 → 20.2.16
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/frontend/template-mixins/partials/forms/textarea-group.html
+0
-3
package/package.json
+1
-1
package/frontend/template-mixins/partials/forms/textarea-group.html
CHANGED
Viewed
@@ -20,9 +20,6 @@
20
20
{{#isMaxlengthOrMaxword}}
21
21
aria-describedby="{{id}}-info"
22
22
{{/isMaxlengthOrMaxword}}
23
-
{{^isMaxlengthOrMaxword}}
24
-
aria-describedby="{{id}}"
25
-
{{/isMaxlengthOrMaxword}}
26
23
{{#attributes}}
27
24
{{attribute}}="{{value}}"
28
25
{{/attributes}}
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.
15
",
4
+
"version": "20.2.
16
",
5
5
"license": "MIT",
6
6
"main": "index.js",
7
7
"author": "HomeOffice",