a80be96c35
SVGO v2.x changed configuration to JS, amending configuration. Adding new 'minify-svg' npm script. Also re-crushing SVGs. Bug: T278656 Change-Id: I3c2544e93da008baaffca6c75ff3de15aeb6dc1b
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/images",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.10.3",
|
|
"svgo": "2.3.0"
|
|
}
|
|
}
|