mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-23 15:57:19 +00:00
2db361653a
* Updated grunt to 1.0.4, addressing: * https://npmjs.com/advisories/788 * https://npmjs.com/advisories/813 Committed package-lock.json (T179229) too. Change-Id: Ib5c8af5eda3baf5936c438f93ee555725248ec69
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|