From ffef1fcfea41e95013b95335a60a5972ac17ee3f Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 14 Nov 2014 06:11:31 +0000 Subject: node: npm bump Version bump for npm. 2.19 (the one after this release) is probably a good point for a general revision, as it deals with some sudo/cache permission issues that have cropped up semi-regularly. Closes #34182. Signed-off-by: Mike McQuaid --- Library/Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index b23874099..1f6cc3cd4 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -39,8 +39,8 @@ class Node < Formula end resource "npm" do - url "https://registry.npmjs.org/npm/-/npm-2.1.7.tgz" - sha1 "4b8315574b84136dad6a225ce8fb85e2d7d98502" + url "https://registry.npmjs.org/npm/-/npm-2.1.8.tgz" + sha1 "0023e311e13514fc874b4f60ac28ad9ca7ff07f8" end def install -- cgit v1.2.3