aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-03-12 13:31:07 +0100
committerMathias Bynens <mathias@qiwi.be>2015-03-12 13:32:10 +0100
commit98d67fca5c9f0448a5eb049e50f025b109dac5af (patch)
tree58bdff00b6cbca4f3fa684aa03afc6fa717a1976 /brew.sh
parentee673f4aac014a4cf4877caf99d278b4d2fe111f (diff)
downloaddotfiles-98d67fca5c9f0448a5eb049e50f025b109dac5af.tar.gz
dotfiles-98d67fca5c9f0448a5eb049e50f025b109dac5af.tar.bz2
dotfiles-98d67fca5c9f0448a5eb049e50f025b109dac5af.zip
.aliases: Remove `use-iojs` and `use-node` in favor of nvm
https://github.com/creationix/nvm
Diffstat (limited to 'brew.sh')
-rwxr-xr-xbrew.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/brew.sh b/brew.sh
index f8dd989..5d8e3a3 100755
--- a/brew.sh
+++ b/brew.sh
@@ -95,12 +95,5 @@ brew install tree
brew install webkit2png
brew install zopfli
-# Install Node.js. Note: this installs `npm` too, using the recommended
-# installation method.
-brew install node
-
-# Install io.js
-brew install iojs
-
# Remove outdated versions from the cellar.
brew cleanup