mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-08 12:40:52 +00:00
make index.js the main, fix #13
This commit is contained in:
parent
6509f513a8
commit
6318c3d8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue