From 645c1d5cbf2c0e17bbcc25ce45c03ef205a28501 Mon Sep 17 00:00:00 2001 From: Chris Lahaye Date: Mon, 24 Mar 2014 19:58:02 +0100 Subject: [PATCH] Main entry in package.json fixed for webkit-app. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2de88fc1..d59b6ec6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webogram", "version": "0.0.21", "description": "Telegram UNOFFICIAL Web App", - "main": "index.html", + "main": "app/index.html", "scripts": { "start": "node server.js" },