From aa01b0b1505eb9b7099d9c1b5ea65a21451e3fe3 Mon Sep 17 00:00:00 2001 From: benji7425 Date: Wed, 17 May 2017 18:59:54 +0100 Subject: [PATCH] Move functionality to /app --- config.json => app/config.json | 0 index.js => app/index.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config.json => app/config.json (100%) rename index.js => app/index.js (100%) diff --git a/config.json b/app/config.json similarity index 100% rename from config.json rename to app/config.json diff --git a/index.js b/app/index.js similarity index 100% rename from index.js rename to app/index.js