diff options
| author | Ville Lautanala | 2010-09-29 14:11:26 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-29 08:25:50 -0700 |
| commit | 81086da2214e2cb0cff449958ee2fa59c4a543ce (patch) | |
| tree | 6cf01b7f6388f828f9cf8d4972908c358707f0ba /Library/Formula | |
| parent | 2bfe9dc1f5876da3d2070f88aacf824b181bd236 (diff) | |
| download | homebrew-81086da2214e2cb0cff449958ee2fa59c4a543ce.tar.bz2 | |
npm 0.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/npm.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index f8856a914..e717e3ec1 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.3' homepage 'http://github.com/isaacs/npm' - md5 'c61aaff07b6b66c3f4db26076dc0ec2d' + md5 'b910a8d98c6aec87f67428ba67fa6ade' head 'git://github.com/isaacs/npm.git' depends_on 'node' @@ -17,11 +17,11 @@ EOS end def node_lib - lib + "node" + HOMEBREW_PREFIX+"lib/node" end def share_bin - share + "npm/bin" + HOMEBREW_PREFIX+"share/npm/bin" end def install |
