aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-08-04 12:18:27 +0100
committerMike McQuaid2014-08-04 12:51:43 +0100
commit3b5f44e10fd852065d1e565d988f2fe591388353 (patch)
treeefb9f0b9902ef8415bf4d6a68a867ccce2d6dd2f
parent4b9ece3dd353e120b661979e0943a416be1fcac3 (diff)
downloadhomebrew-3b5f44e10fd852065d1e565d988f2fe591388353.tar.bz2
node: downgrade to npm 1.4.9.
Closes #31286.
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 7381957ed..94f808763 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -31,8 +31,8 @@ class Node < Formula
end
resource "npm" do
- url "http://registry.npmjs.org/npm/-/npm-1.4.23.tgz"
- sha1 "3888d9f7168eb0e3371cb8bfa3968b1906441717"
+ url "http://registry.npmjs.org/npm/-/npm-1.4.9.tgz"
+ sha1 "29094f675dad69fc5ea24960a81c7abbfca5ce01"
end
def install