From 71ecf30366addf562067610e97f969fd05ae2e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Mar 2023 14:12:24 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4fabeb6..31f65e1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,7 +56,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - [resources.apt] - 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.apt.extras] + yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" + yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + yarn.packages = "yarn"