aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-17 01:38:50 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-17 01:38:50 +0530
commitfc58230e6d229acb0573fc10b6fc4fd451c87c9c (patch)
treef26a9b8abe0625da06c0d5d1216c8faa34be160c /scripts/package.js
parentChanged license filename and the new license-holders (diff)
downloadferdium-recipes-fc58230e6d229acb0573fc10b6fc4fd451c87c9c.tar.gz
ferdium-recipes-fc58230e6d229acb0573fc10b6fc4fd451c87c9c.tar.zst
ferdium-recipes-fc58230e6d229acb0573fc10b6fc4fd451c87c9c.zip
Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)
Diffstat (limited to 'scripts/package.js')
-rw-r--r--scripts/package.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/package.js b/scripts/package.js
index ea4c0b9..2a03dde 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -10,6 +10,7 @@ const pkgVersionChangedMatcher = new RegExp(/\n\+.*version.*/);
10 10
11// Publicly availible link to this repository's recipe folder 11// Publicly availible link to this repository's recipe folder
12// Used for generating public icon URLs 12// Used for generating public icon URLs
13// TODO: Need to get this setup for ferdium
13const repo = 'https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/'; 14const repo = 'https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/';
14 15
15// Helper: Compress src folder into dest file 16// Helper: Compress src folder into dest file