Skip to content

Commit dbd094f

Browse files
authored
Relax version range of plugin-threshold peerDependencies (#859)
1 parent 441dc38 commit dbd094f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-threshold/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"peerDependencies": {
2828
"@jimp/custom": ">=0.3.5",
29-
"@jimp/plugin-color": "^0.8.0",
30-
"@jimp/plugin-resize": "^0.8.0"
29+
"@jimp/plugin-color": ">=0.8.0",
30+
"@jimp/plugin-resize": ">=0.8.0"
3131
},
3232
"devDependencies": {
3333
"@jimp/custom": "link:../custom",

0 commit comments

Comments
 (0)