mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
Remove nvmrc
There is not a lot of benefit to using `.nvmrc` as it still requires `nvm use`, and not everybody uses `nvm`. The call to `npm install` will already warn about using the wrong version. Change-type: patch
This commit is contained in:
parent
69249b3139
commit
35fe7c6a58
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
*.seed
|
||||
/.idea/
|
||||
/.lock-wscript
|
||||
/.nvmrc
|
||||
/.nyc_output/
|
||||
/.vscode/
|
||||
/coverage/
|
||||
|
Loading…
Reference in New Issue
Block a user