mirror of
https://github.com/electron/electron.git
synced 2026-01-09 07:28:12 -05:00
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:
@@ -124,6 +124,7 @@ Your Electron application uses the `package.json` file as the main entry point (
|
||||
{
|
||||
"name": "my-electron-app",
|
||||
"version": "0.1.0",
|
||||
"description": "My Electron app",
|
||||
"main": "main.js"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user