Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 7b7432f

Browse files
fix(build): remove shrinkwrap per npm recomendations
1 parent 2852345 commit 7b7432f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/release/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ verify()
392392
# It's strongly discouraged for library authors to publish shrinkwrap.json, since that would prevent end users from
393393
# having control over transitive dependency updates. See https://docs.npmjs.com/files/shrinkwrap.json
394394
#
395-
if [ -n "$PTNFLY" -o -n "$PTNFLY_ANGULAR" -o -n "$RCUE" -o -n "$PTNFLY_WC" ]; then
396-
shrinkwrap
397-
fi
395+
#if [ -n "$PTNFLY" -o -n "$PTNFLY_ANGULAR" -o -n "$RCUE" -o -n "$PTNFLY_WC" ]; then
396+
# shrinkwrap
397+
#fi
398398

399399
commit # Changes must be committed prior to bower verify step
400400
verify $VERIFY_DIR $BUILD_DIR

scripts/semantic-release/_release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ verify()
134134
# It's strongly discouraged for library authors to publish shrinkwrap.json, since that would prevent end users from
135135
# having control over transitive dependency updates. See https://docs.npmjs.com/files/shrinkwrap.json
136136
#
137-
if [ -n "$PTNFLY" -o -n "$PTNFLY_ANGULAR" ]; then
138-
shrinkwrap
139-
fi
137+
#if [ -n "$PTNFLY" -o -n "$PTNFLY_ANGULAR" ]; then
138+
# shrinkwrap
139+
#fi
140140

141141
verify
142142
publish_branch

0 commit comments

Comments
 (0)