@enure/jacklin 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enure/jacklin",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -133,11 +133,11 @@
133
133
  </section>
134
134
  <section>
135
135
  <h2>Work History, cont.</h2>
136
- <ul class="WorkList">
136
+ <ul class="SummaryList">
137
137
  {{#each work}}
138
138
  {{#unless this.isFeatured}}
139
- <li class="WorkList-item">
140
- {{this.position}} at {{this.name}} from {{this.startDate}} to {{#if this.endDate }}{{this.endDate}}{{/if}}{{#unless this.endDate }}current{{/unless}}
139
+ <li class="SummaryList-item">
140
+ {{this.position}} at {{this.name}}
141
141
  </li>
142
142
  {{/unless}}
143
143
  {{/each}}