f4a17ce80e
eslint-config-wikimedia 0.11.0 → 0.13.1 grunt-banana-checker 0.7.0 → 0.7.1 grunt-eslint 21.0.0 → 22.0.0 grunt-jsonlint 1.1.0 → 2.0.0 grunt-stylelint 0.10.1 → 0.11.0 grunt-svgmin 5.0.0 → 6.0.0 Updates also package-lock.json Change-Id: Iadda9f7b15f5c70819c7b9599af754d9dd1b641b
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.13.1",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-jsonlint": "2.0.0",
|
|
"grunt-stylelint": "0.11.0",
|
|
"grunt-svgmin": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|