From 6318c3d8ad52ef986006790a390bb7c36c3065d7 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 27 Aug 2015 22:43:07 +0200 Subject: [PATCH] make index.js the main, fix #13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d839bf..85ccd93 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "craftyjs", "description": "A minecraft server written in node.js", "version": "0.1.0", - "main": "app.js", + "main": "index.js", "author": "mhsjlw ", "contributors": [ {