Browse Source

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

master
Chris Lahaye 11 years ago
parent
commit
645c1d5cbf
  1. 2
      package.json

2
package.json

@ -2,7 +2,7 @@
"name": "webogram", "name": "webogram",
"version": "0.0.21", "version": "0.0.21",
"description": "Telegram UNOFFICIAL Web App", "description": "Telegram UNOFFICIAL Web App",
"main": "index.html", "main": "app/index.html",
"scripts": { "scripts": {
"start": "node server.js" "start": "node server.js"
}, },

Loading…
Cancel
Save