From a897f4e83b8febd42d9463b4288084e41a728109 Mon Sep 17 00:00:00 2001 From: Amer Almadani Date: Wed, 31 May 2017 00:14:12 +0300 Subject: [PATCH] json format fix--duh --- app.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app.json b/app.json index 0f6964e..d19cf1e 100644 --- a/app.json +++ b/app.json @@ -1,12 +1,12 @@ { - "name": "haste-server", - "description": "open source pastebin written in node.js", - "repository": "https://github.com/Logic-gate/haste-server", - "logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png", - "keywords": ["pastebin", "haste", "node"], - "addons": - "heroku-redis", - { - "plan": "hobby-dev" - } + "name": "haste-server", + "description": "open source pastebin written in node.js", + "repository": "https://github.com/Logic-gate/haste-server", + "logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png", + "keywords": ["pastebin", "haste", "node"], + "addons": [ + "heroku-redis", { + "plan": "hobby-dev" + } + ] }