Main entry in package.json fixed for webkit-app.

This commit is contained in:
Chris Lahaye 2014-03-24 19:58:02 +01:00
parent c57df35696
commit 645c1d5cbf

View File

@ -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"
},