lib/codelation/development/dependencies.rb in codelation-cli-0.0.12 vs lib/codelation/development/dependencies.rb in codelation-cli-0.0.13
- 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 shellcheck")
run_command("brew install v8")
run_command("brew install wget")
end
end
end