mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-02-05 06:04:20 +00:00
Do multiple passes of SVGO
This commit is contained in:
parent
f19b3c8873
commit
da79c72b9e
@ -40,14 +40,14 @@
|
||||
"scripts": {
|
||||
"test": "xo",
|
||||
"manifest": "node scripts/manifest.js",
|
||||
"clean": "svgo $(globby {svg,originals}/**/*.svg) --disable=removeViewBox"
|
||||
"clean": "svgo --multipass --disable=removeViewBox $(globby {svg,originals}/**/*.svg)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"alpha-sort": "^2.0.1",
|
||||
"coinlist": "^3.0.0",
|
||||
"globby-cli": "^1.0.1",
|
||||
"husky": "^1.0.0-rc.13",
|
||||
"svgo": "1.1.0",
|
||||
"husky": "^1.3.1",
|
||||
"svgo": "^1.1.1",
|
||||
"xo": "^0.23.0"
|
||||
},
|
||||
"husky": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user