mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
0bf919a76f
* grunt-eslint: 21.0.0 → 22.0.0 * eslint-config-wikimedia: 0.12.0 → 0.15.0 Additional changes: * Removing manual reportUnusedDisableDirectives for eslint. Change-Id: I9deaee31c96fcb4ad080ccf7fa8de11cd6a17691
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "gadgets",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Gadgets extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0"
|
|
}
|
|
}
|