Skip to content

Commit

Permalink
release: v5.0.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored Apr 3, 2024
1 parent 1abe9ed commit b72b4e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-math",
"version": "4.0.0",
"version": "5.0.0",
"description": "Add KaTeX and MathJax support to Hexo",
"main": "index.js",
"directories": {
Expand All @@ -19,7 +19,10 @@
"eslint": "eslint .",
"test": "mocha test/index.js"
},
"repository": "hexojs/hexo-math",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-math.git"
},
"keywords": [
"hexo",
"katex",
Expand Down

0 comments on commit b72b4e1

Please sign in to comment.