diff --git a/composer.json b/composer.json index fd380fb..fbffbaf 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "require-dev": { - "jakub-onderka/php-parallel-lint": "0.9" - }, - "scripts": { - "test": [ - "parallel-lint . --exclude node_modules --exclude vendor" - ] - } + "require-dev": { + "jakub-onderka/php-parallel-lint": "0.9" + }, + "scripts": { + "test": [ + "parallel-lint . --exclude node_modules --exclude vendor" + ] + } } diff --git a/package.json b/package.json index a2a0960..15244ed 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "private": true, - "scripts": { - "test": "grunt test" - }, - "devDependencies": { - "eslint-config-wikimedia": "0.3.0", - "grunt": "1.0.1", - "grunt-banana-checker": "0.5.0", - "grunt-eslint": "19.0.0", - "grunt-jsonlint": "1.1.0", - "grunt-stylelint": "0.7.0", - "stylelint-config-wikimedia": "0.4.1" - } + "private": true, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "eslint-config-wikimedia": "0.3.0", + "grunt": "1.0.1", + "grunt-banana-checker": "0.5.0", + "grunt-eslint": "19.0.0", + "grunt-jsonlint": "1.1.0", + "grunt-stylelint": "0.7.0", + "stylelint-config-wikimedia": "0.4.1" + } }