aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-05-13 08:46:13 +0200
committerMathias Bynens <mathias@qiwi.be>2014-05-13 09:54:11 +0200
commit72a05b607eb4c9a49796f752716d686ac39c2d4c (patch)
tree4e992a09f59fa9b42c6f8820f8ced6552c12e4dd
parentbe711ca72e29873ce7eea7540e2d5c5e2ad99ddf (diff)
downloaddotfiles-72a05b607eb4c9a49796f752716d686ac39c2d4c.tar.gz
dotfiles-72a05b607eb4c9a49796f752716d686ac39c2d4c.tar.bz2
dotfiles-72a05b607eb4c9a49796f752716d686ac39c2d4c.zip
Brewfile: Install Node with npm
Ref. https://github.com/Homebrew/homebrew/pull/28075. Closes #362.
-rwxr-xr-xBrewfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Brewfile b/Brewfile
index 0403060..26e0c0c 100755
--- a/Brewfile
+++ b/Brewfile
@@ -46,7 +46,7 @@ install hashpump
install imagemagick --with-webp
install lynx
install nmap
-install node
+install node # This installs `npm` too using the recommended installation method
install p7zip
install pigz
install pv