Skip to content

Commit ba7e24e

Browse files
committed
chore(scripts): correctly update package.json
1 parent e1f9877 commit ba7e24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/bower/publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function prepare {
7171
cd $TMP_DIR/bower-$repo
7272
replaceJsonProp "bower.json" "version" ".*" "$NEW_VERSION"
7373
replaceJsonProp "bower.json" "angular.*" ".*" "$NEW_VERSION"
74+
replaceJsonProp "package.json" "version" ".*" "$NEW_VERSION"
75+
replaceJsonProp "package.json" "angular.*" ".*" "$NEW_VERSION"
7476

7577
git add -A
7678

0 commit comments

Comments
 (0)