From 0d8aec8d61d2e133312fe05e4ed704f92c959dda Mon Sep 17 00:00:00 2001 From: Jacob Gunther <16949253+PassTheMayo@users.noreply.github.com> Date: Mon, 11 Dec 2017 09:44:23 -0600 Subject: [PATCH] Oops, forgot to fix that file name --- config.json => config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config.json => config.js (99%) diff --git a/config.json b/config.js similarity index 99% rename from config.json rename to config.js index 6a23c5e..70e81d8 100644 --- a/config.json +++ b/config.js @@ -33,4 +33,4 @@ "documents": { "about": "./about.md" } -} \ No newline at end of file +}