From 8fe211e885071e9c97921d6cad5ba0a66899f16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 23 Sep 2021 10:49:06 +0200 Subject: [PATCH] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/.yarnrc | 5 +++++ microsite/yarn.lock | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 microsite/.yarnrc diff --git a/microsite/.yarnrc b/microsite/.yarnrc new file mode 100644 index 0000000000..a2c82b2833 --- /dev/null +++ b/microsite/.yarnrc @@ -0,0 +1,5 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +registry "https://registry.npmjs.org/" +network-timeout 300000 diff --git a/microsite/yarn.lock b/microsite/yarn.lock index c3b169559f..f3834ac734 100644 --- a/microsite/yarn.lock +++ b/microsite/yarn.lock @@ -911,7 +911,7 @@ "@spotify/prettier-config@^12.0.0": version "12.0.0" - resolved "https://registry.yarnpkg.com/@spotify/prettier-config/-/prettier-config-12.0.0.tgz#936ca5e977cfccbccd1731ab98b1f2bf65852b5d" + resolved "https://registry.npmjs.org/@spotify/prettier-config/-/prettier-config-12.0.0.tgz#936ca5e977cfccbccd1731ab98b1f2bf65852b5d" integrity sha512-64WWqE40U/WwWV8iIQBseTU+b2t+SdJSyQoCLdVPCKM9uf7KOjRivVwXe4KlWoV3y7duNSGuB2UgWhkXzscVmQ== "@types/cheerio@^0.22.8":