Skip to content

Commit f537cab

Browse files
committed
add optional
1 parent 7078f0c commit f537cab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pino": "^9.5.0",
2222
"pino-pretty": "^13.0.0",
2323
"semver": "^7.6.3",
24-
"@img/sharp-linux-x64": "^0.33.5",
24+
"sharp": "^0.33.5",
2525
"uuid": "^11.0.3"
2626
},
2727
"bin": {
@@ -40,6 +40,9 @@
4040
"@types/uuid": "^10.0.0",
4141
"npm-check-updates": "^17.1.11"
4242
},
43+
"optionalDependencies": {
44+
"@img/sharp-linux-x64": "^0.33.5"
45+
},
4346
"engines": {
4447
"node": ">=16.0.0"
4548
}

0 commit comments

Comments
 (0)