Update toolkit we consume

This commit is contained in:
Danny McCormick 2019-06-24 14:58:03 -04:00
parent 7c614ea4aa
commit 27d346a344
26 changed files with 537 additions and 320 deletions

7
node_modules/.bin/uuid.cmd generated vendored Normal file
View file

@ -0,0 +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" %*
)