npm-update: jq check.

This commit is contained in:
Artem Sapegin 2013-04-02 13:28:15 +04:00
parent a23fab9d65
commit 46e3137150

View File

@ -5,6 +5,8 @@
# Require: # Require:
# - jq - brew install jq # - jq - brew install jq
command -v jq >/dev/null 2>&1 || { echo >&2 "jq not installed: see comments for instructions."; exit 1; }
# Common stuff # Common stuff
RED="$(tput setaf 1)" RED="$(tput setaf 1)"
CYAN="$(tput setaf 6)" CYAN="$(tput setaf 6)"