Skip to content

Commit

Permalink
chore: setup peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Mar 23, 2024
1 parent 4c14b60 commit a8b51a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-mathquill",
"description": "A svelte wrapper for MathQuill",
"version": "0.8.0",
"version": "0.8.1",
"author": {
"name": "Tristan F.",
"email": "leodog896@gmail.com"
Expand Down Expand Up @@ -64,7 +64,9 @@
"vite": "^5.0.0"
},
"peerDependencies": {
"svelte": ">=4.0.0"
"svelte": ">=4.0.0",
"jquery": "^1.11.0",
"mathquill": "^0.10.1-a"
},
"type": "module"
}

0 comments on commit a8b51a1

Please sign in to comment.