MDL-65776 libraries: Set moodle files after jsbeautify upgrade

This commit is contained in:
Sara Arjona
2021-03-19 15:22:36 +01:00
parent 84d8da8314
commit a5558e1ae5
2 changed files with 6 additions and 7 deletions
@@ -11,7 +11,7 @@
<location>yui/src/beautify</location>
<name>jsbeautify</name>
<license>MIT</license>
<version>1.7.5</version>
<version>1.13.0</version>
<licenseversion></licenseversion>
</library>
</libraries>
@@ -1,8 +1,7 @@
Description of importing the js-beautify library into Moodle.
* git clone https://github.com/einars/js-beautify
* check out the relevant release tag
* copy lib/beautify*.js into lib/yui/src/beautify/js
* copy LICENSE into lib/yui/src/beautify
* update lib/thirdpartylibs.xml
* rebuild the module
* Download the latest version from https://github.com/beautify-web/js-beautify/releases
* Copy lib/beautify*.js into lib/yui/src/beautify/js
* Copy LICENSE into lib/yui/src/beautify
* Update lib/thirdpartylibs.xml
* Rebuild the module