Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Reviewed-on: #9
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
This commit was merged in pull request #9.
This commit is contained in:
2023-12-12 14:54:19 +00:00
co-authored by zramsay
parent eb405231d9
commit b9658f79c7
+1 -1
View File
@@ -14,7 +14,7 @@ rcd_desc=$(jq -r '.description' package.json | sed 's/null//')
rcd_repository=$(jq -r '.repository' package.json | sed 's/null//')
rcd_homepage=$(jq -r '.homepage' package.json | sed 's/null//')
rcd_license=$(jq -r '.license' package.json | sed 's/null//')
rcd_author=$(jq -r '.license' package.json | sed 's/null//')
rcd_author=$(jq -r '.author' package.json | sed 's/null//')
rcd_app_version=$(jq -r '.version' package.json | sed 's/null//')
cat <<EOF > "$CONFIG_FILE"