Skip to content

Commit

Permalink
chore(plugin/katex): add artalk to peerDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Aug 2, 2024
1 parent c75b630 commit 92a0e23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/plugin-katex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artalk/plugin-katex",
"version": "0.1.9",
"version": "0.2.0",
"minAppVersion": "2.8.6",
"license": "MIT",
"description": "The katex plugin for artalk",
Expand All @@ -24,6 +24,9 @@
"@artalk/plugin-kit": "workspace:^",
"@types/katex": "0.16.7"
},
"peerDependencies": {
"artalk": "workspace:^"
},
"exports": {
".": {
"require": {
Expand Down

0 comments on commit 92a0e23

Please sign in to comment.