diff --git a/config/plugins/css-config.js b/config/plugins/css-config.js index c69981c8..fd55c8d8 100644 --- a/config/plugins/css-config.js +++ b/config/plugins/css-config.js @@ -26,8 +26,8 @@ export const cssConfig = (eleventyConfig) => { await fs.writeFile(outputPath, result.css) return result.css - }; + } } }, - }); -}; \ No newline at end of file + }) +} \ No newline at end of file diff --git a/config/utilities/index.js b/config/utilities/index.js index 197d8bfd..fdec5302 100644 --- a/config/utilities/index.js +++ b/config/utilities/index.js @@ -2,10 +2,10 @@ import slugify from 'slugify' export const shuffleArray = array => { for (let i = array.length - 1; i > 0; i--) { - let j = Math.floor(Math.random() * (i + 1)); - let temp = array[i]; - array[i] = array[j]; - array[j] = temp; + let j = Math.floor(Math.random() * (i + 1)) + let temp = array[i] + array[i] = array[j] + array[j] = temp } return array } diff --git a/package-lock.json b/package-lock.json index 3b4b2805..874d4c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.8.6", + "version": "24.8.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.8.6", + "version": "24.8.7", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index 8d3d88c5..ff71a6af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.8.6", + "version": "24.8.7", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": {