Skip to content

Commit

Permalink
Update jsdom and lodash dependencies
Browse files Browse the repository at this point in the history
* Resolves security alerts around `jsdom` and `lodash` dependencies.
* Updates CI badge URL in README.md
* Cleans up package management-This repo uses yarn,  package-lock.json is no longer required here.
* Updates base support for node.js v10 and v12, this has been reflected in the CI
test configuration.
  • Loading branch information
jstewsy committed Jun 16, 2020
1 parent 7ee7c22 commit 7ba84fb
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 7ba84fb

Please sign in to comment.