node: use https url for npm

Closes Homebrew/homebrew#14552.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ankit 2012-08-30 15:18:07 +05:30 committed by Adam Vandenberg
parent 82db28b43a
commit 615f0c6321

View file

@ -89,7 +89,7 @@ class Node < Formula
<<-EOS.undent
Homebrew has NOT installed npm. We recommend the following method of
installation:
curl http://npmjs.org/install.sh | sh
curl https://npmjs.org/install.sh | sh
After installing, add the following path to your NODE_PATH environment
variable to have npm libraries picked up: