Use tabs to indent in json

Change-Id: I20811dc220cd020b1f795cad62d690f142b68643
This commit is contained in:
Umherirrender 2017-03-22 22:23:56 +01:00
parent 43851312a0
commit e064b7f1fc
2 changed files with 21 additions and 21 deletions

View file

@ -13,9 +13,9 @@
"descriptionmsg": "echo-desc",
"license-name": "MIT",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.29.0"
},
"requires": {
"MediaWiki": ">= 1.29.0"
},
"callback": "EchoHooks::registerExtension",
"APIMetaModules": {
"notifications": "ApiEchoNotifications",

View file

@ -1,20 +1,20 @@
{
"name": "echo",
"version": "0.0.1",
"private": true,
"description": "Build tools for Echo.",
"scripts": {
"test": "grunt test",
"doc": "jsduck"
},
"devDependencies": {
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.0.8",
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
"name": "echo",
"version": "0.0.1",
"private": true,
"description": "Build tools for Echo.",
"scripts": {
"test": "grunt test",
"doc": "jsduck"
},
"devDependencies": {
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.0.8",
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
}