We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dde40 commit 0b2e067Copy full SHA for 0b2e067
tools/scripts/npm_publish
@@ -417,11 +417,10 @@ update_version() {
417
# Updates the `@stdlib` dependencies in the root package.json to their latest versions.
418
update_internal_dependencies() {
419
echo 'Updating `@stdlib` dependency versions...' >&2
420
- echo 'Getting list of `@stdlib` dependencies from package.json file...' >&2
+ echo 'Getting list of `@stdlib` dependencies...' >&2
421
dependencies="$(
422
node list_stdlib_dependencies.js
423
)"
424
- echo "Found ${dependencies} @stdlib dependencies." >&2
425
if [[ "$?" -ne 0 ]]; then
426
echo '' >&2
427
echo 'Error: unexpected error. Encountered an error when getting list of `@stdlib` dependencies.' >&2
0 commit comments