
* eslint-config-wikimedia: 0.20.0 → 0.21.0 * grunt: 1.4.0 → 1.4.1 Additional changes: * Set `name` in package.json. Change-Id: I2bccb381a68affd8a8fe33f6b3948c75e72d1be5
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"name": "ContributionScores",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.21.0",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|