Skip to content

Commit

Permalink
chore(*): Add .nvmrc
Browse files Browse the repository at this point in the history
If one uses nvm to manage Node.js versions, the .nvmrc file makes `nvm use`
switch to the version specified in .nvmrc. There are scripts that invoke
it automatically when cd'ing to directories containing .nvmrc so that you
never run build commands using a wrong Node version, see:
https://github.com/creationix/nvm/blob/v0.31.2/README.markdown#zsh
  • Loading branch information
mgol committed Aug 5, 2016
1 parent bdb794e commit b1c6650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
4

0 comments on commit b1c6650

Please sign in to comment.