Skip to content

Commit

Permalink
Initial 'Hello World' (Electron)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Aug 31, 2017
1 parent 1766093 commit 30b8ebb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"description": "",
"main": "src/main/index.js",
"scripts": {
"start": "node ."
"start": "electron ."
},
"keywords": [],
"author": "Felix Rieseberg <[email protected]>",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"electron": "1.7.5"
}
}

0 comments on commit 30b8ebb

Please sign in to comment.