Consume toolkit from npmjs

This commit is contained in:
damccorm 2019-08-19 14:22:54 -04:00
parent ae4917dae5
commit 23f1f7e1ec
56 changed files with 8593 additions and 8474 deletions

12
node_modules/.bin/uuid.cmd generated vendored
View file

@ -1,7 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\uuid\bin\uuid" %*
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\uuid\bin\uuid" %*
)