Skip to content

Commit

Permalink
release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brade committed Jun 6, 2020
1 parent b0dffd1 commit 75bcd60
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<div align="center">
[![NPM version](https://img.shields.io/npm/v/latex.js.svg?style=plastic)](https://www.npmjs.org/package/latex.js)
[![NPM downloads](https://img.shields.io/npm/dm/latex.js.svg?style=plastic)](https://www.npmjs.org/package/latex.js)
[![CircleCI](https://img.shields.io/circleci/project/github/michael-brade/LaTeX.js.svg?style=plastic)](https://circleci.com/gh/michael-brade/LaTeX.js)
[![codecov](https://codecov.io/gh/michael-brade/LaTeX.js/branch/master/graph/badge.svg)](https://codecov.io/gh/michael-brade/LaTeX.js)
[![Maintainability](https://api.codeclimate.com/v1/badges/f2ab8b70a87a9da55189/maintainability)](https://codeclimate.com/github/michael-brade/LaTeX.js/maintainability)
[![Greenkeeper badge](https://badges.greenkeeper.io/michael-brade/LaTeX.js.svg)](https://greenkeeper.io/)
[![License](https://img.shields.io/github/license/michael-brade/LaTeX.js.svg?style=plastic)](https://github.com/michael-brade/LaTeX.js/blob/master/LICENSE)
</div>
[![NPM version](https://img.shields.io/npm/v/latex.js.svg?style=plastic)](https://www.npmjs.org/package/latex.js)
[![NPM downloads](https://img.shields.io/npm/dm/latex.js.svg?style=plastic)](https://www.npmjs.org/package/latex.js)
[![CircleCI](https://img.shields.io/circleci/project/github/michael-brade/LaTeX.js.svg?style=plastic)](https://circleci.com/gh/michael-brade/LaTeX.js)
[![codecov](https://codecov.io/gh/michael-brade/LaTeX.js/branch/master/graph/badge.svg)](https://codecov.io/gh/michael-brade/LaTeX.js)
[![Maintainability](https://api.codeclimate.com/v1/badges/f2ab8b70a87a9da55189/maintainability)](https://codeclimate.com/github/michael-brade/LaTeX.js/maintainability)
[![License](https://img.shields.io/github/license/michael-brade/LaTeX.js.svg?style=plastic)](https://github.com/michael-brade/LaTeX.js/blob/master/LICENSE)


# LaTeX to HTML5 translator using a PEG.js parser
Expand Down Expand Up @@ -39,8 +36,7 @@ npm install --save-prod latex.js

## Documentation

TODO: Link

You can find the full documentation on the website: [https://latex.js.org/](https://latex.js.org/)

## Alternatives

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "latex.js",
"description": "JavaScript LaTeX to HTML5 translator",
"version": "0.12.1",
"version": "0.12.2",
"author": {
"name": "Michael Brade",
"email": "[email protected]"
Expand Down Expand Up @@ -116,6 +116,6 @@
},
"homepage": "https://latex.js.org",
"engines": {
"node": ">= 11.0"
"node": ">= 14.0"
}
}
9 changes: 5 additions & 4 deletions package.json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ npx lsc -cj > package.json <<EOF
name: 'latex.js'
description: 'JavaScript LaTeX to HTML5 translator'
version: '0.12.1'
version: '0.12.2'
author:
'name': 'Michael Brade'
Expand Down Expand Up @@ -123,8 +123,9 @@ dependencies:
'hyphenation.de': '*'
'svgdom': '^0.1.8'
#'cheerio': '0.x'
#'xmldom': '^0.1.19'
#'xmldom': '0.3.x'
#'jsdom': '16.x'
#'cheerio': '1.0.x'
devDependencies:
### actual runtime dependencies, but bundled by rollup
Expand Down Expand Up @@ -208,6 +209,6 @@ bugs:
homepage: 'https://latex.js.org'
engines:
node: '>= 11.0'
node: '>= 14.0'
EOF

0 comments on commit 75bcd60

Please sign in to comment.