lib/codelation/development/dependencies.rb in codelation-cli-0.0.16 vs lib/codelation/development/dependencies.rb in codelation-cli-0.0.17
- old
+ new
@@ -15,9 +15,10 @@
run_command("brew install bash")
run_command("brew install git")
run_command("brew install imagemagick")
run_command("brew install openssl")
+ run_command("brew install phantomjs")
run_command("brew install shellcheck")
run_command("brew install v8")
run_command("brew install wget")
end
end