Skip to content

Commit

Permalink
Merge branch 'release/v1.4.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Jul 29, 2020
2 parents 6d72167 + eb98652 commit 409ba41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inky",
"version": "1.4.1",
"version": "1.4.2",
"description": "Convert a simple HTML syntax into tables compatible with Foundation for Emails.",
"author": "Foundation <[email protected]> (https://get.foundation)",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions test/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Grid', () => {
<tbody>
<tr></tr>
</tbody>
</table>&zwj;
</table>
`;

compare(input, expected);
Expand Down Expand Up @@ -289,15 +289,15 @@ describe('Grid', () => {
<tbody>
<tr></tr>
</tbody>
</table>&zwj;
</table>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>&zwj;
</table>
`;

compare(input, expected);
Expand All @@ -321,7 +321,7 @@ describe('Grid', () => {
</th>
</tr>
</tbody>
</table>&zwj;
</table>
`;

compare(input, expected)
Expand Down

0 comments on commit 409ba41

Please sign in to comment.