diff --git a/.gitignore b/.gitignore index 52040faf..2726f68a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ /node_modules /_build -/mammoth-plus.browser.js -/mammoth-plus.browser.min.js diff --git a/NEWS b/NEWS index 7e4d7d0e..8003dcf5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -# 2.0.1 +# 2.0.2 - Support math and font style diff --git a/README.md b/README.md index 401065c1..a604d9a1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ import mammothPlus from 'mammoth-plus' If not use module system, to generate a standalone JavaScript file for the browser, -use `mammoth-plus.browser.js` (generate using `make setup` if it is not already present). +use `mammoth-plus.min.js` (generate using `make setup` if it is not already present). `mammothPlus` is set as a window global. #### Basic conversion diff --git a/browser-demo/index.html b/browser-demo/index.html index 627a7be0..34ceb8c9 100644 --- a/browser-demo/index.html +++ b/browser-demo/index.html @@ -29,7 +29,7 @@