Skip to content

Commit

Permalink
Merge pull request #15 from voxmedia/update-jsdom-lodash-deps
Browse files Browse the repository at this point in the history
Update jsdom and lodash dependencies
  • Loading branch information
jstewsy authored Jun 16, 2020
2 parents 7952ac7 + 7ba84fb commit cb1eee8
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 5,764 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "6"
- "8"
- "12"
- "10"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Convert a [rich-text](https://github.com/ottypes/rich-text) document (i.e. insert-only delta) into HTML.

[![Build Status](https://travis-ci.org/thomsbg/convert-rich-text.svg?branch=master)](https://travis-ci.org/thomsbg/convert-rich-text)
[![Build Status](https://travis-ci.org/voxmedia/convert-rich-text.svg?branch=master)](https://travis-ci.org/voxmedia/convert-rich-text)

## Install

```bash
$ npm install [--save] convert-rich-text
$ yarn add convert-rich-text
```

## Usage
Expand Down Expand Up @@ -106,6 +106,7 @@ convert(delta, formats, { blockTag: 'FIGURE', inlineTag: 'INS' });

## Changelog

- `5.4.0` Update jsdom and lodash dependencies
- `5.3.0` Adds support for Pym.js component
- `5.2.0` Adds Tools component for This Old House
- `5.1.0` Adds Project Details component for This Old House
Expand Down
Loading

0 comments on commit cb1eee8

Please sign in to comment.