Commit e00996d5 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Log out yarn version (#426)

parent 04b1428f
......@@ -93,6 +93,9 @@ install_bins() {
echo "engines.node (package.json): ${node_engine:-unspecified}"
fi
echo "engines.npm (package.json): ${npm_engine:-unspecified (use default)}"
if $YARN; then
echo "engines.yarn (package.json): ${yarn_engine:-unspecified (use default)}"
fi
echo ""
if [ -n "$iojs_engine" ]; then
......
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