From 3f9562b15dda648d2abb36b8b9940c7190862b77 Mon Sep 17 00:00:00 2001 From: extendedclip Date: Tue, 10 Mar 2020 12:24:49 -0400 Subject: [PATCH] Fix json --- scripts/master_list.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/master_list.json b/scripts/master_list.json index ccd897c..ae5844a 100644 --- a/scripts/master_list.json +++ b/scripts/master_list.json @@ -12,11 +12,12 @@ "version": "1.0.0", "description": "A simple placeholder which will return brackets around the faction name if the user is in a faction, if they are not it will return nothing", "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/factions.js" - } + }, { "name": "tags", "author": "Frosty", "version": "1.0.0", "description": "A simple placeholder which formats DeluxeTags tag spacing", - "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/tags.js", + "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/tags.js" + } ]