Skip to content

Commit

Permalink
Actually install 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
glenjamin committed Oct 15, 2015
1 parent c34dcf0 commit 909bb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-relevant-react.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "installing React $REACT"

if [ "$REACT" = "0.13" ]; then
npm remove react react-dom react-addons-test-utils react-addons-create-fragment
npm install react
npm install react@0.13
exit
fi

Expand Down

0 comments on commit 909bb84

Please sign in to comment.