
* eslint-config-wikimedia: 0.15.3 → 0.16.2 * grunt-eslint: 22.0.0 → 23.0.0 Change-Id: I5a46ab233ea39978e523b4706bffa347e347f8ab
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.16.2",
|
|
"grunt": "1.1.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|