Skip to content

Commit ec56c1f

Browse files
Updated package.json and README.
1 parent 856ef46 commit ec56c1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,7 @@ Supported format names:
8282
Type: `any` (depends on the parameter)<br>
8383
Option for the output image. <br>
8484
To get acquainted with all the available parameters, please take a look
85-
https://sharp.pixelplumbing.com/api-output#jpeg
85+
https://sharp.pixelplumbing.com/api-output#jpeg
86+
87+
### If you find a bug, please create an issue [here](https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images/issues).
88+
### If this project was useful to you, you can give it a ★ in [repository](https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images).

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"engines": {
3232
"node": ">=14.15.0"
3333
},
34+
"bugs": {
35+
"url": "https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images/issues"
36+
},
3437
"dependencies": {
3538
"sharp": "^0.31.3",
3639
"through2": "^4.0.2",

0 commit comments

Comments
 (0)