aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/npm.rb6
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