chore(build): record the version of node we expect.

The .nvmrc file is used by nvm if you don't specify a version. This lets us type Found '/Users/alexeagle/Projects/angular/.nvmrc' with version <0.12>
Now using node v0.12.2. It doesn't check that you are using the node version from the file, however, so this won't prevent version skew.

See https://github.com/creationix/nvm#usage

closes #1995
This commit is contained in:
Alex Eagle 2015-05-19 11:37:17 -07:00 committed by Tobias Bosch
parent 73b3ed18c1
commit a9008eecba
1 changed files with 1 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
0.12