mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 12:47:44 +00:00
chore: Edit automated PR config (#519)
* Edit PR title/body, add $lib/data folder * Remove unused scripts/updateStars.js * Load json with import assertion
This commit is contained in:
@@ -17,7 +17,7 @@ const npm = await Promise.all(
|
||||
return values.reduce((result, value) => Object.assign(result, value), {});
|
||||
});
|
||||
|
||||
writeFileSync('src/lib/npm.json', JSON.stringify(npm));
|
||||
writeFileSync('src/lib/data/npm.json', JSON.stringify(npm));
|
||||
|
||||
/** @param {ReturnType<typeof data>[0]} pkg */
|
||||
async function processPackage(pkg) {
|
||||
|
||||
Reference in New Issue
Block a user