Skip to content

Commit

Permalink
fix npm package bug
Browse files Browse the repository at this point in the history
  • Loading branch information
heweifeng committed Dec 9, 2022
1 parent ddce45a commit 408215d
Show file tree
Hide file tree
Showing 8 changed files with 33,579 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
/node_modules
/_build
/mammoth-plus.browser.js
/mammoth-plus.browser.min.js
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.1
# 2.0.2

- Support math and font style

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion browser-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3>Messages</h3>
</div>
</div>

<script src="../mammoth-plus.browser.js"></script>
<script src="../dist/mammoth-plus.min.js"></script>
<script src="demo.js"></script>
</body>

Expand Down
Loading

0 comments on commit 408215d

Please sign in to comment.