From b1c10eec414f47dd3af80131d7f6b4d898fa570a Mon Sep 17 00:00:00 2001 From: josef radinger Date: Jan 02 2022 19:51:00 +0000 Subject: fix typos --- diff --git a/nodejs-packaging-bundler b/nodejs-packaging-bundler index e18e7b2..5be05e1 100755 --- a/nodejs-packaging-bundler +++ b/nodejs-packaging-bundler @@ -8,7 +8,7 @@ usage() { echo " download the npm, the prod and dev dependencies," >&2 echo " each in their own tarball." >&2 echo " Also finds licenses prod dependencies." >&2 - echo " All three tarballs and license list are copied to ${OUTPUT_DIR}" >&2 + echo " All three tarballs and the license list are copied to ${OUTPUT_DIR}" >&2 echo >&2 exit 1 } @@ -56,7 +56,7 @@ if [ $? -ge 1 ] ; then echo " ERROR WILL ROBINSON" rm -rf node_modules else - echo " Successful prod dependences download" + echo " Successful prod dependencies download" mv node_modules/ node_modules_prod fi echo "LICENSES IN BUNDLE:" @@ -80,7 +80,7 @@ npm install --no-optional --only=dev if [ $? -ge 1 ] ; then echo " ERROR WILL ROBINSON" else - echo " Successful dev dependences download" + echo " Successful dev dependencies download" mv node_modules/ node_modules_dev fi if [ -d node_modules_prod ] ; then