update modules

This commit is contained in:
ruki
2020-03-31 13:48:12 +08:00
Unverified
parent 1efbed5ef3
commit f8a1f3f2eb
15 changed files with 42 additions and 108 deletions
-7
View File
@@ -1,7 +0,0 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\semver\bin\semver.js" %*
)