From 0a7cbaeb52e8052f01ed43834eaa83267a1da2d7 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Aug 2016 16:25:46 -0400 Subject: [PATCH] heroku entry point --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af9af1c..99bb977 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "runs", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },