Browse Source

Merge pull request #447 from colinin/5.0.0

fix(yarn): temporary fix for gifsicle not being installed
pull/474/head
yx lin 4 years ago
committed by GitHub
parent
commit
fdf1fd6553
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/vue/package.json

3
apps/vue/package.json

@ -142,7 +142,8 @@
"resolutions": { "resolutions": {
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
"bin-wrapper": "npm:bin-wrapper-china", "bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3" "rollup": "^2.56.3",
"gifsicle": "5.2.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save