From 0fdc57d15351a259d282c580fae5a763be006e26 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 5 Jan 2015 13:16:46 +0000 Subject: [PATCH] Fixed indentation --- .bowerrc | 4 ++-- app.json | 44 ++++++++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.bowerrc b/.bowerrc index 77dce824..ae1c9b72 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,4 +1,4 @@ { - "directory": "app/assets/bower_components", - "interactive": false + "directory": "app/assets/bower_components", + "interactive": false } diff --git a/app.json b/app.json index 6899a246..10e621d3 100644 --- a/app.json +++ b/app.json @@ -1,24 +1,24 @@ { - "name": "Cachet", - "description": "Single-site Status Page with Laravel", - "keywords": [ - "cachet", - "laravel", - "status", - "page" - ], - "website": "http://james-brooks.uk/cachet", - "logo": "https://raw.githubusercontent.com/cachethq/assets/79336a33c24b28c470a89742671e0e291813d004/images/icon/Cachet-Icon.png", - "success_url": "/setup", - "repository": "https://github.com/cachethq/Cachet", - "addons": [ - "heroku-postgresql" - ], - "env": { - "ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" }, - "BUILDPACK_URL": { "value": "https://github.com/cachethq/cachet-buildpack", "description": "Do not modify this value to work on Heroku" } - }, - "scripts": { - "postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;" - } + "name": "Cachet", + "description": "Single-site Status Page with Laravel", + "keywords": [ + "cachet", + "laravel", + "status", + "page" + ], + "website": "http://james-brooks.uk/cachet", + "logo": "https://raw.githubusercontent.com/cachethq/assets/79336a33c24b28c470a89742671e0e291813d004/images/icon/Cachet-Icon.png", + "success_url": "/setup", + "repository": "https://github.com/cachethq/Cachet", + "addons": [ + "heroku-postgresql" + ], + "env": { + "ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" }, + "BUILDPACK_URL": { "value": "https://github.com/cachethq/cachet-buildpack", "description": "Do not modify this value to work on Heroku" } + }, + "scripts": { + "postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;" + } }