From 6907e0385effe98e405253a15b9474b261994468 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 26 Mar 2015 16:04:57 -0600 Subject: [PATCH] [changed] Renamed src/main.js -> src/index.js This follows CommonJS standards to allow you to do a require call against the folder. --- src/{main.js => index.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{main.js => index.js} (100%) diff --git a/src/main.js b/src/index.js similarity index 100% rename from src/main.js rename to src/index.js