From 4b935bcd9bb88f9e64d04a8cda06b201dcba0cc0 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 16 Apr 2013 21:22:23 +0000 Subject: [PATCH] config syntax --- modules/imgur/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/imgur/config.json b/modules/imgur/config.json index a311754..0cf674b 100644 --- a/modules/imgur/config.json +++ b/modules/imgur/config.json @@ -1,7 +1,7 @@ { "dbKeys": [ "imgur" ], - "dependencies": [ "web", "api" ] - "imagelength": 5, - "nsfwwarn": true, - "apikey": "86fd3a8da348b65" + "dependencies": [ "web", "api" ], + "imagelength": 5, + "nsfwwarn": true, + "apikey": "86fd3a8da348b65" }