From d8a2399e643e841cdec2d1c2c7c87a1e1546fea6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 20 Apr 2018 12:03:38 -0400 Subject: [PATCH] Remove quotes from .nvmrc version; they break nvm use --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index f766a7e..917b24c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -"0.10.25" \ No newline at end of file +0.10.25 \ No newline at end of file -- 2.17.1