Skip to content

Commit acde37e

Browse files
committed
Require a particular version of pngquant
1 parent eb19c63 commit acde37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/streams/image-compress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ exports.create = function (api, app, config) {
6868
chalk.blue('imagemin-pngquant with npm:'),
6969
'',
7070
chalk.green(' npm install -g https://github.com/gameclosure/devkit-imagemin'),
71-
chalk.green(' npm install -g imagemin-pngquant'),
71+
chalk.green(' npm install -g imagemin-pngquant@4.2.0'),
7272
'',
7373
chalk.blue('After installing, rerun this release build and devkit will compress'),
7474
chalk.blue('images. These are global installs, so you only need to run these'),

0 commit comments

Comments
 (0)