Skip to content

Commit

Permalink
provide missing peer dep and module field
Browse files Browse the repository at this point in the history
  • Loading branch information
trash-and-fire committed May 6, 2022
1 parent 40d0404 commit 96d3867
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"charts"
],
"main": "index.js",
"module": "index.js",
"files": [
"**"
],
Expand Down Expand Up @@ -79,7 +80,8 @@
"validate": "svelte-check"
},
"peerDependencies": {
"lightweight-charts": ">=3.3.0"
"lightweight-charts": ">=3.3.0",
"svelte": ">=3.44.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 96d3867

Please sign in to comment.