From 11a8e73b12e4e621bf2aee0509903e3ee0caa158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:06:37 +0100 Subject: [PATCH] Update manifest.toml Co-authored-by: Alexandre Aubin --- manifest.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 06376f1..5aac5cb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,10 +48,9 @@ ram.runtime = "50M" [resources.apt] packages = "postgresql" - [[resources.apt.extras]] - repo = "deb https://dl.yarnpkg.com/debian/ stable main" - key = "https://dl.yarnpkg.com/debian/pubkey.gpg" - packages = "yarn" + extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" + extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + extras.yarn.packages = "yarn" [resources.database] type = "postgresql"