From 59f7cbed1c8642d3fe1755ac59eff718d48743bc Mon Sep 17 00:00:00 2001 From: BradfordMedeiros Date: Mon, 29 May 2017 02:50:50 -0700 Subject: [PATCH] update package.json to point to new main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c088d6..3ee102d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "grunt-contrib-clean": "^0.6" }, "description": "Wetty = Web + tty. Terminal access in browser over http/https ", - "main": "app.js", + "main": "src/index.js", "repository": { "type": "git", "url": "git://github.com/krishnasrinivas/wetty.git"