Consume different tool-cache

This commit is contained in:
Danny McCormick 2019-06-26 16:52:05 -04:00
parent e4990368a5
commit 4d73af8dd9
54 changed files with 3141 additions and 255 deletions

3
node_modules/shelljs/global.js generated vendored Normal file
View file

@ -0,0 +1,3 @@
var shell = require('./shell.js');
for (var cmd in shell)
global[cmd] = shell[cmd];