mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-12 00:38:51 +00:00
2ea69d71ef
* minimist: 0.0.8 → 1.2.5 * https://npmjs.com/advisories/1179 * acorn: 7.1.1 → 7.1.1 * https://npmjs.com/advisories/1488 Change-Id: I11461afeb50075494f9817203d4d41c079ec7a15
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.1.0",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|