Skip to content

Commit 354b116

Browse files
committed
fix: make sharp optional
1 parent 502204a commit 354b116

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@
5454
"javascript-time-ago": "^2.5.11",
5555
"json-colorizer": "^3.0.1",
5656
"open": "^10.1.0",
57-
"sharp": "^0.33.5",
58-
"sharp-bmp": "^0.1.5",
59-
"sharp-ico": "^0.1.5",
6057
"simple-git": "^3.25.0",
6158
"string-template": "^1.0.0",
6259
"uuid": "^9.0.1"
60+
},
61+
"optionalDependencies": {
62+
"sharp": "^0.33.5",
63+
"sharp-bmp": "^0.1.5",
64+
"sharp-ico": "^0.1.5"
6365
}
6466
}

0 commit comments

Comments
 (0)