json format fix--duh

This commit is contained in:
Amer Almadani 2017-05-31 00:14:12 +03:00 committed by GitHub
parent ae7bcb7921
commit a897f4e83b
1 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "haste-server", "name": "haste-server",
"description": "open source pastebin written in node.js", "description": "open source pastebin written in node.js",
"repository": "https://github.com/Logic-gate/haste-server", "repository": "https://github.com/Logic-gate/haste-server",
"logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png", "logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png",
"keywords": ["pastebin", "haste", "node"], "keywords": ["pastebin", "haste", "node"],
"addons": "addons": [
"heroku-redis", "heroku-redis", {
{ "plan": "hobby-dev"
"plan": "hobby-dev" }
} ]
} }