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", "descriptionmsg": "echo-desc",
"license-name": "MIT", "license-name": "MIT",
"type": "specialpage", "type": "specialpage",
"requires": { "requires": {
"MediaWiki": ">= 1.29.0" "MediaWiki": ">= 1.29.0"
}, },
"callback": "EchoHooks::registerExtension", "callback": "EchoHooks::registerExtension",
"APIMetaModules": { "APIMetaModules": {
"notifications": "ApiEchoNotifications", "notifications": "ApiEchoNotifications",

View file

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