From 8ae6ed0486cdcf71a552772ac4af13858729b15f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 9 Nov 2017 20:50:49 +0100 Subject: [PATCH] nvm: Disable checkver to prevent downgrading (see #1825) --- nvm.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nvm.json b/nvm.json index 2f06ccaec7..f0743339a6 100644 --- a/nvm.json +++ b/nvm.json @@ -30,7 +30,6 @@ } }, "notes": "You'll need to restart powershell/cmd to have it reload Environment Variables so nvm will work correctly", - "checkver": "github", "autoupdate": { "url": "https://github.com/coreybutler/nvm-windows/releases/download/$version/nvm-noinstall.zip" }