make index.js the main, fix #13

This commit is contained in:
Romain Beaumont 2015-08-27 22:43:07 +02:00
parent 6509f513a8
commit 6318c3d8ad

View file

@ -2,7 +2,7 @@
"name": "craftyjs", "name": "craftyjs",
"description": "A minecraft server written in node.js", "description": "A minecraft server written in node.js",
"version": "0.1.0", "version": "0.1.0",
"main": "app.js", "main": "index.js",
"author": "mhsjlw <mhsjlw@aol.com>", "author": "mhsjlw <mhsjlw@aol.com>",
"contributors": [ "contributors": [
{ {