From 051ef274281f169f2620eafb4a3d6e60cdce4a20 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Fri, 27 Oct 2017 21:43:10 +0200 Subject: [PATCH] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e1589314..fb04a0f4 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,8 @@ "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", - "main": "./core/bbs", "scripts": { - "start": "node main" + "start": "node main.js" }, "repository": { "type": "git",