From 43a559553fd3df49d7e1d055e4e857478a2f886a Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 1 Nov 2018 00:24:47 +1000 Subject: [PATCH] node@8: remove unneeded `without-completion` option --- Formula/node@8.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/node@8.rb b/Formula/node@8.rb index c635489bf5..e54fdbf7c8 100644 --- a/Formula/node@8.rb +++ b/Formula/node@8.rb @@ -16,7 +16,6 @@ class NodeAT8 < Formula option "with-openssl", "Build against Homebrew's OpenSSL instead of the bundled OpenSSL" option "without-npm", "npm will not be installed" - option "without-completion", "npm bash completion will not be installed" option "without-icu4c", "Build with small-icu (English only) instead of system-icu (all locales)" depends_on "pkg-config" => :build