Commit b119743b authored by Ed Morley's avatar Ed Morley Committed by Jeremy Morrell

Remove unused needs_resolution()

Since the last usage of it was removed in #451.
parent c2c7fd37
needs_resolution() {
local semver=$1
if ! [[ "$semver" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
return 0
else
return 1
fi
}
install_yarn() {
local dir="$1"
local version=${2:-0.28.4}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment