Add atom-shell URL to planned breaking changes
This commit is contained in:
parent
f0731be20b
commit
a1a07aed44
1 changed files with 9 additions and 0 deletions
|
@ -85,3 +85,12 @@ webContents.openDevTools({detach: true})
|
||||||
// Replace with
|
// Replace with
|
||||||
webContents.openDevTools({mode: 'detach'})
|
webContents.openDevTools({mode: 'detach'})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Node Headers URL
|
||||||
|
|
||||||
|
This is the URL specified as `disturl` in a `.npmrc` file or as the `--dist-url`
|
||||||
|
command line flag when building native Node modules.
|
||||||
|
|
||||||
|
Deprecated: https://atom.io/download/atom-shell
|
||||||
|
|
||||||
|
Replace with: https://atom.io/download/electron
|
||||||
|
|
Loading…
Reference in a new issue