Update package.json

This commit is contained in:
danbulant 2019-06-23 11:08:55 +02:00
parent 9a29f4ad81
commit 82b2da57cb

View file

@ -1,12 +1,12 @@
{ {
"name": "console-hub", "name": "console-hub",
"version": "0.0.1", "version": "0.1.0",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron ." "start": "electron ."
}, },
"pkg": { "pkg": {
"assets": "index.html" "assets": "html/"
}, },
"description": "Console hub application", "description": "Console hub application",
"author": "Daniel Bulant", "author": "Daniel Bulant",