Skip to content

Commit

Permalink
Merge pull request #2047 from beautify-web/issue/rawgit
Browse files Browse the repository at this point in the history
Remove rawgit
  • Loading branch information
bitwiseman committed Jun 20, 2022
2 parents ffd14ab + 435680d commit d7db71f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -65,10 +65,6 @@ To pull the latest version from one of these services include one set of the scr
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify-css.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify-html.min.js"></script>

<script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.14.3/js/lib/beautify.js"></script>
<script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.14.3/js/lib/beautify-css.js"></script>
<script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.14.3/js/lib/beautify-html.js"></script>
```

Older versions are available by changing the version number.
Expand Down
1 change: 0 additions & 1 deletion tools/release-all.sh
Expand Up @@ -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

Expand Down

0 comments on commit d7db71f

Please sign in to comment.