Sha256: 4f5d30d53b358582d3ca1f45d5765495bd47a52f1b6f329dbbe0a6ab45984fc2
Contents?: true
Size: 220 Bytes
Versions: 10
Compression:
Stored size: 220 Bytes
Contents
language: node_js node_js: - "0.8" - "0.10" env: - OPTIONALS=Y - OPTIONALS=N install: - if [[ "$OPTIONALS" == "Y" ]]; then npm install; fi - if [[ "$OPTIONALS" == "N" ]]; then npm install --no-optional; fi
Version data entries
10 entries across 10 versions & 1 rubygems