From 6c63e24015c0bca3aba2961a1bf0e1e08c2910e6 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 11 Sep 2018 00:24:55 +0100 Subject: [PATCH] resources: Register html5shiv as foreign resource Change-Id: If3e119a85eb1c40288a5a02dc51c388e8da2c3ff --- maintenance/resources/foreign-resources.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/maintenance/resources/foreign-resources.yaml b/maintenance/resources/foreign-resources.yaml index 9c4561d329..a5ba19e883 100644 --- a/maintenance/resources/foreign-resources.yaml +++ b/maintenance/resources/foreign-resources.yaml @@ -32,6 +32,13 @@ # # * `files`: An object mapping destination paths to an object containing `src` and `integrity` # keys. + +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 + oojs: type: tar src: https://registry.npmjs.org/oojs/-/oojs-2.2.2.tgz -- 2.20.1