Skip to content

Commit

Permalink
fix: expand sharp peerDependency version
Browse files Browse the repository at this point in the history
fixes #253
  • Loading branch information
KaelWD committed Jul 12, 2022
1 parent 6185962 commit fd2bd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"peerDependencies": {
"gm": "^1.23.0",
"pug": "^2.0.0 || ^3.0.0",
"sharp": "^0.21.0",
"sharp": "*",
"vue": "^2.7.2",
"vuetify": "^1.3.0 || ^2.0.0",
"webpack": "^4.0.0 || ^5.0.0"
Expand Down

0 comments on commit fd2bd7f

Please sign in to comment.