node: add npm tracking notes

This commit is contained in:
Dominyk Tiller 2015-11-18 18:51:28 +00:00
parent a82496162b
commit 4646bc57e5

View file

@ -32,6 +32,9 @@ class Node < Formula
fails_with :gcc => n
end
# We track major/minor from upstream Node releases.
# We will accept *important* npm patch releases when necessary.
# https://github.com/Homebrew/homebrew/pull/46098#issuecomment-157802319
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-3.3.12.tgz"
sha256 "09475d7096731d93c0aacd7dfe58794d67c52ee6562675aee6c1f734ddba8158"