mediawiki-extensions-Thanks/package.json
Volker E b48cd91d1d build: Update SVGO to v3.0.2
svgo         2.8.0  →   3.0.2

Amending to new `cleanupIds` plugin name.

Bug: T339162
Change-Id: I1559364231f7ae21f338b12fa6bcfbeae45eb38d
2023-06-15 08:47:57 -07:00

17 lines
357 B
JSON

{
"name": "Thanks",
"private": true,
"scripts": {
"minify:svg": "svgo --config=.svgo.config.js --quiet --folder modules/",
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.11.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.0.1",
"svgo": "3.0.2"
}
}