Skip to content

Commit 435680d

Browse files
authoredApr 24, 2022
Remove rawgit from script
1 parent 6d5c622 commit 435680d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tools/release-all.sh

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ update_versions()
8686

8787
$SCRIPT_DIR/npm version --no-git-tag-version $NEW_VERSION || exit 1
8888

89-
sedi -E 's@(cdn.rawgit.+beautify/v)[^/]+@\1'$NEW_VERSION'@' README.md
9089
sedi -E 's@(cdnjs.cloudflare.+beautify/)[^/]+@\1'$NEW_VERSION'@' README.md
9190
sedi -E 's/\((README\.md:.js-beautify@).+\)/(\1'$NEW_VERSION')/' README.md
9291

0 commit comments

Comments
 (0)
Please sign in to comment.