docs: add description to read-me.md (#26823)
Unhandled exception error is received if description is not defined while running "npm run make." Defining a description solves this issue.
This commit is contained in:
parent
771e34a53a
commit
6001f03e46
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ Your Electron application uses the `package.json` file as the main entry point (
|
||||||
{
|
{
|
||||||
"name": "my-electron-app",
|
"name": "my-electron-app",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"description": "My Electron app",
|
||||||
"main": "main.js"
|
"main": "main.js"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue