diff options
| author | Adam Vandenberg | 2010-08-15 12:15:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 12:15:51 -0700 |
| commit | 758fbe22d5aac7c843272ee58f51739f4273de68 (patch) | |
| tree | a4c86a8d4f764c2848d0ac975d7bb655663f8de3 /Library | |
| parent | 21f931c485c661227e0fcbd4c5286335078816d5 (diff) | |
| download | homebrew-758fbe22d5aac7c843272ee58f51739f4273de68.tar.bz2 | |
Bump NPM to 0.1.25
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/npm.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index e37ca2fc8..60ee770f2 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.1.23' + url 'http://github.com/isaacs/npm/tarball/v0.1.25' homepage 'http://github.com/isaacs/npm' - md5 '8f1b08567985f90028492803785f2092' + md5 '14910efa963893691406cc761f7c473a' head 'git://github.com/isaacs/npm.git' depends_on 'node' @@ -58,7 +58,7 @@ EOS You may want to add this to your PATH. npm will install libraries to: - #{node_lib}/.npm + #{node_lib}/.node_libraries To manually remove libraries installed by npm, delete this (hidden!) folder. EOS |
