File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,6 @@ To pull the latest version from one of these services include one set of the scr
65
65
<script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify.min.js" ></script >
66
66
<script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.3/beautify-css.min.js" ></script >
67
67
<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 >
72
68
```
73
69
74
70
Older versions are available by changing the version number.
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ update_versions()
86
86
87
87
$SCRIPT_DIR /npm version --no-git-tag-version $NEW_VERSION || exit 1
88
88
89
- sedi -E ' s@(cdn.rawgit.+beautify/v)[^/]+@\1' $NEW_VERSION ' @' README.md
90
89
sedi -E ' s@(cdnjs.cloudflare.+beautify/)[^/]+@\1' $NEW_VERSION ' @' README.md
91
90
sedi -E ' s/\((README\.md:.js-beautify@).+\)/(\1' $NEW_VERSION ' )/' README.md
92
91
You can’t perform that action at this time.
0 commit comments