From 6ae9864f87431e6c746d608167fbde7d826ee618 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 12 Feb 2011 15:52:11 -0800 Subject: [PATCH] remove npm, add warning about it. Signed-off-by: Max Howell --- Library/Formula/npm.rb | 78 -------------------------------------- Library/Homebrew/brew.h.rb | 9 +++++ 2 files changed, 9 insertions(+), 78 deletions(-) delete mode 100644 Library/Formula/npm.rb diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb deleted file mode 100644 index 2983f6ae8b95..000000000000 --- a/Library/Formula/npm.rb +++ /dev/null @@ -1,78 +0,0 @@ -require 'formula' - -class Npm