aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 6462fd62d..a8964aa2f 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -23,13 +23,4 @@ class Node <Formula
system "./configure", "--prefix=#{prefix}"
system "make install"
end
-
- def caveats; <<-EOS.undent
- If you:
- brew install rlwrap
- then you can:
- rlwrap node-repl
- for a nicer command-line interface.
- EOS
- end
end