From 15e36966b3dcf016bb3575bd1cf5368054afc62a Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 12 Nov 2013 08:58:00 +1000 Subject: [PATCH] nodejs 0.10.21 (don't need shims now that install dir is in the path) --- nodejs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodejs.json b/nodejs.json index 62b327d8f7..97975ab1b9 100644 --- a/nodejs.json +++ b/nodejs.json @@ -24,6 +24,5 @@ ] } }, - "env_add_path": "\\", - "bin": [ "node.exe", "npm.cmd" ] + "env_add_path": "\\" }