mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
e614050b6a
Extend Captcha save error handler to verify user using noCaptchaReCaptcha. Bug: T203478 Change-Id: Ia5438bba6ff797dee822caf7664b911f01684744
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "^0.9.0",
|
|
"eslint-plugin-jquery": "^1.5.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-qunit": "^3.3.1"
|
|
}
|
|
}
|