Skip to content

Commit

Permalink
Merge pull request #4 from Daiji256/1.0.0-beta.2
Browse files Browse the repository at this point in the history
1.0.0 beta.2
  • Loading branch information
Daiji256 authored Nov 15, 2024
2 parents 9bd4b3c + 6e64c48 commit 6813f48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daiji256/rehype-mathml",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "rehype plugin to render math with MathML",
"keywords": [
"unified",
Expand All @@ -23,6 +23,10 @@
"type": "module",
"exports": "./dist/lib/index.js",
"main": "./dist/lib/index.js",
"files": [
"dist/lib",
"README.md"
],
"scripts": {
"build": "tsc --build --clean && tsc --build",
"format": "prettier . --write && eslint --fix .",
Expand Down

0 comments on commit 6813f48

Please sign in to comment.