node: add npm tracking notes
This commit is contained in:
parent
a82496162b
commit
4646bc57e5
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue