Browse Source

Merge pull request #63 from thompsonemerson/patch-2

fixes #61
main
Jessica Lord 9 years ago
committed by GitHub
parent
commit
8ac98b6f50
  1. 2
      package.json

2
package.json

@ -4,7 +4,7 @@
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron main.js"
"start": "electron ."
},
"repository": {
"type": "git",

Loading…
Cancel
Save