resources: Sort keys of foreign-resources.yaml
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 10 Sep 2018 23:26:21 +0000 (00:26 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 10 Sep 2018 23:27:10 +0000 (00:27 +0100)
Makes it easier to correlate entries when browsing resources/lib/
side-by-side with the file. Also, remove redundant 'dest' keys
from a few 'file' resources.

Change-Id: I543a37a3721080d01434f7c804fab2a51ac9ff75

maintenance/resources/foreign-resources.yaml

index a5ba19e..65472d7 100644 (file)
 # * `files`: An object mapping destination paths to an object containing `src` and `integrity`
 #    keys.
 
 # * `files`: An object mapping destination paths to an object containing `src` and `integrity`
 #    keys.
 
+CLDRPluralRuleParser:
+  type: file
+  src: https://raw.githubusercontent.com/santhoshtr/CLDRPluralRuleParser/v1.1.3/src/CLDRPluralRuleParser.js
+  integrity: sha384-Y0qxTEDVQgh+N5In+vLbZLL2H7PEROnicj8vxof0mxR8kXcGysGE6OcF+cS+Ao0u
+
 html5shiv:
   type: file
   src: https://raw.githubusercontent.com/aFarkas/html5shiv/3.7.3/src/html5shiv.js
   integrity: sha384-RPXhaTf22QktT8KTwZ6bUz/C+7CnccaIw5W/y/t0FW5WSDGj3wc3YtRIJC0w47in
 html5shiv:
   type: file
   src: https://raw.githubusercontent.com/aFarkas/html5shiv/3.7.3/src/html5shiv.js
   integrity: sha384-RPXhaTf22QktT8KTwZ6bUz/C+7CnccaIw5W/y/t0FW5WSDGj3wc3YtRIJC0w47in
-  dest: html5shiv.js
+
+jquery:
+  type: file
+  src: https://code.jquery.com/jquery-3.3.1.js
+  # Integrity from link modals https://code.jquery.com/jquery/
+  integrity: sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=
+  dest: jquery.js
 
 oojs:
   type: tar
 
 oojs:
   type: tar
@@ -80,13 +91,6 @@ oojs-ui:
     package/dist/LICENSE-MIT:
     package/dist/README.md:
 
     package/dist/LICENSE-MIT:
     package/dist/README.md:
 
-jquery:
-  type: file
-  src: https://code.jquery.com/jquery-3.3.1.js
-  # Integrity from link modals https://code.jquery.com/jquery/
-  integrity: sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=
-  dest: jquery.js
-
 qunitjs:
   type: multi-file
   # Integrity from link modals at https://code.jquery.com/qunit/
 qunitjs:
   type: multi-file
   # Integrity from link modals at https://code.jquery.com/qunit/
@@ -97,9 +101,3 @@ qunitjs:
     qunit.css:
       src: https://code.jquery.com/qunit/qunit-2.6.2.css
       integrity: sha256-qpkurjTvVTJJCSpMABcvF4IlYUJkd8saxiHgUQpEjX8=
     qunit.css:
       src: https://code.jquery.com/qunit/qunit-2.6.2.css
       integrity: sha256-qpkurjTvVTJJCSpMABcvF4IlYUJkd8saxiHgUQpEjX8=
-
-CLDRPluralRuleParser:
-  type: file
-  src: https://raw.githubusercontent.com/santhoshtr/CLDRPluralRuleParser/v1.1.3/src/CLDRPluralRuleParser.js
-  integrity: sha384-Y0qxTEDVQgh+N5In+vLbZLL2H7PEROnicj8vxof0mxR8kXcGysGE6OcF+cS+Ao0u
-  dest: CLDRPluralRuleParser.js