Delete .node-version (#12304)
This removes the .node-version file, it is a source of confusion and not incredibly useful. It doesn't actually indicate the version of node that Electron uses, it's like a development helper that sets the version of node you should be using locally when devving on Electron. Not many major tools use it so too remove confusion I think we should remove it
This commit is contained in:
parent
bb73a0e2cb
commit
e93c587b8e
1 changed files with 0 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
v8.2.1
|
Loading…
Reference in a new issue