aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Kühl2010-06-16 23:34:55 +0200
committerAdam Vandenberg2010-06-17 10:27:40 -0700
commitf016a10cd3ad04f8bb5f6dbae8138d650c253915 (patch)
tree2b40b181dfeb0a2bb8fcf26a24cf28f3a1c267e2 /Library/Formula
parent2153a21bafc3bcbea4ff52f26baf730a09ec4cec (diff)
downloadhomebrew-f016a10cd3ad04f8bb5f6dbae8138d650c253915.tar.bz2
Remove caveats from node.js.
Node.js includes a readline module for its repl, making the caveat obsolete. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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