Skip to content

Commit d7db71f

Browse files
authoredJun 20, 2022
Merge pull request #2047 from beautify-web/issue/rawgit
Remove rawgit
2 parents ffd14ab + 435680d commit d7db71f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ To pull the latest version from one of these services include one set of the scr
6565
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify.min.js"></script>
6666
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify-css.min.js"></script>
6767
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify-html.min.js"></script>
68-
69-
<script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.14.3/js/lib/beautify.js"></script>
70-
<script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.14.3/js/lib/beautify-css.js"></script>
71-
<script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.14.3/js/lib/beautify-html.js"></script>
7268
```
7369

7470
Older versions are available by changing the version number.

‎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.