aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-22 09:36:41 -0700
committerAdam Vandenberg2010-09-22 09:36:41 -0700
commit6e26155969c6de5d8a6fd2e91f51f8ee6e44f79b (patch)
treeb7dfe943593db6f4f00d6b6747323bbee1a085c7 /Library
parent4cfca688d92481ab4891162f8074e5887f477ab3 (diff)
downloadhomebrew-6e26155969c6de5d8a6fd2e91f51f8ee6e44f79b.tar.bz2
revert npm to 0.2.1; someone fix for 0.2.2 thx
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/npm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb
index 35f18e30b..bd02657e4 100644
--- a/Library/Formula/npm.rb
+++ b/Library/Formula/npm.rb
@@ -1,9 +1,9 @@
require 'formula'
class Npm <Formula
- url 'http://github.com/isaacs/npm/tarball/v0.2.2'
+ url 'http://github.com/isaacs/npm/tarball/v0.2.1'
homepage 'http://github.com/isaacs/npm'
- md5 'c61aaff07b6b66c3f4db26076dc0ec2d'
+ md5 '345410d5d2ad3fb85316649b0d731144'
head 'git://github.com/isaacs/npm.git'
depends_on 'node'