bump version
This commit is contained in:
parent
28035a8513
commit
66d07bb2a5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hexo-highlighter-shiki",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "A package for Hexo which use Shiki to render code highlight.",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@ -36,6 +36,7 @@
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"hexo": "^7.0.0"
|
||||
"hexo": "^7.0.0",
|
||||
"hexo-util": "^3.3.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user