From b5b6650eab858ed58e1dad2c63387591d87c4472 Mon Sep 17 00:00:00 2001 From: Jonathan Souter Date: Fri, 3 Mar 2023 16:57:20 +1030 Subject: [PATCH] un-plural tag jsons --- src/game/{games.json => game.json} | 0 src/list/{lists.json => list.json} | 0 src/movie/{movies.json => movie.json} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/game/{games.json => game.json} (100%) rename src/list/{lists.json => list.json} (100%) rename src/movie/{movies.json => movie.json} (100%) diff --git a/src/game/games.json b/src/game/game.json similarity index 100% rename from src/game/games.json rename to src/game/game.json diff --git a/src/list/lists.json b/src/list/list.json similarity index 100% rename from src/list/lists.json rename to src/list/list.json diff --git a/src/movie/movies.json b/src/movie/movie.json similarity index 100% rename from src/movie/movies.json rename to src/movie/movie.json