Remove rawgit from script

This commit is contained in:
Liam Newman 2022-04-23 19:23:20 -07:00 committed by GitHub
parent 6d5c622182
commit 435680d2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,6 @@ update_versions()
$SCRIPT_DIR/npm version --no-git-tag-version $NEW_VERSION || exit 1
sedi -E 's@(cdn.rawgit.+beautify/v)[^/]+@\1'$NEW_VERSION'@' README.md
sedi -E 's@(cdnjs.cloudflare.+beautify/)[^/]+@\1'$NEW_VERSION'@' README.md
sedi -E 's/\((README\.md:.js-beautify@).+\)/(\1'$NEW_VERSION')/' README.md