mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
bb54b8a122
Adding new 'minify-svg' npm script. Also re-crushing SVGs. Bug: T283068 Change-Id: I24c4f386c83fd9412e7b861341add9838a898f7b
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"minify:svg": "svgo --config=.svgo.config.js --quiet --folder modules/",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"svgo": "2.8.0"
|
|
}
|
|
}
|