File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/attributecode/templates Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 44 "entries": [
55 {% for about_object in abouts %}
66 {
7- "name": "{{ about_object.name.value }}"{% if about_object.version.value -%},{%- endif %}
7+ "name": "{{ about_object.name.value }}"{% if about_object.version.value or about_object.license_expression.value -%},{%- endif %}
88 {% if about_object.version.value -%}
9- "version": "{{ about_object.version.value }}"{% if about_object.license .value -%},{%- endif %}
9+ "version": "{{ about_object.version.value }}"{% if about_object.license_expressio .value-%},{%- endif %}
1010 {%- endif %}
11- {% if about_object.license.value -%}
12- "license": "{{ about_object.license.value }}"
13- {%- endif %}
14- {% if about_object.copyright.value -%}
15- "copyrigth": "{{ about_object.copyright.value }}"
11+ {% if about_object.license_expression.value -%}
12+ "license_expression": "{{ about_object.license_expression.value }}"
1613 {%- endif %}
1714 }{% if not loop.last -%},{%- endif %}
1815 {%- endfor %}
You can’t perform that action at this time.
0 commit comments