mirror of
https://github.com/danbulant/console-hub
synced 2026-07-06 11:30:49 +00:00
Update package.json
This commit is contained in:
parent
9a29f4ad81
commit
82b2da57cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue