Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Oct 16, 2020
1 parent b765faf commit 10a4d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nua",
"version": "2.0.0",
"version": "2.0.1",
"description": "Reference-preserving merge",
"main": "dist/nua.js",
"browser": "dist/nua.min.js",
Expand Down
10 changes: 5 additions & 5 deletions test/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ <h1>Test Report</h1>
<div class="failures">0</div>
<div class="skipped">0</div>
<div class="test-count">8</div>
<div class="duration">56</div>
<div class="duration">49</div>
</div>
<div id="filters">
<input type="checkbox" checked="" onchange="filter(this)" value="success" id="show-success">
Expand All @@ -572,21 +572,21 @@ <h1>Test Report</h1>
<td class="test-title">nua happy

</td>
<td class="test-duration">7</td>
<td class="test-duration">6</td>
</tr>
<tr class="show nua success">
<td class="test-id">2</td>
<td class="test-title">nua null-fields

</td>
<td class="test-duration">2</td>
<td class="test-duration">1</td>
</tr>
<tr class="show nua success">
<td class="test-id">3</td>
<td class="test-title">nua depth

</td>
<td class="test-duration">3</td>
<td class="test-duration">4</td>
</tr>
<tr class="show nua success">
<td class="test-id">4</td>
Expand Down Expand Up @@ -621,7 +621,7 @@ <h1>Test Report</h1>
<td class="test-title">nua preserve

</td>
<td class="test-duration">3</td>
<td class="test-duration">1</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 10a4d98

Please sign in to comment.