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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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", |
|
|
|