mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-14 18:04:46 +00:00
dcbec9c0fa
Additional changes: * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: I8f785e5d51582be2055cce84301c14ee7e4b2676
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.19.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|