From 1e44d57254f9834476ad49e086620d6db757dc2f Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Wed, 13 Jan 2021 21:17:32 -0800 Subject: [PATCH] Fix typo in getPackages() --- tools/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config.js b/tools/config.js index 25e499d..89879c0 100644 --- a/tools/config.js +++ b/tools/config.js @@ -32,7 +32,7 @@ export async function getSharedDeps() { // the function implementation for the full list of keys. export async function getPackages() { const packages = []; - for (const dep of await getSharedDeps()) { + for (const lang of await getSharedDeps()) { const type = "shared"; const name = `riju-${type}-${lang}`; packages.push({