Commit c7aca18e authored by David Dollar's avatar David Dollar

use Node.js for the name

parent d7fcaadf
......@@ -2,7 +2,7 @@
# bin/use <build-dir>
if [ -f $1/package.json ]; then
echo "Node" && exit 0
echo "Node.js" && exit 0
else
echo "no" && exit 1
fi
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