From 1ffecf71f7126ddd2b3499f3a7aaa925f92f3d8e Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Mon, 21 Nov 2016 16:58:52 -0800 Subject: [PATCH] Removes ngrok formula which is only installed via cask now --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 471f808..4645d83 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -415,10 +415,6 @@ module.exports = function(grunt) { command: 'brew install tig' }, - brew_ngrok: { - command: 'brew install ngrok' - }, - vim_plugins: { command: 'vim +PluginInstall +qall' },