diff --git a/package.json b/package.json index ba3d928..50fafda 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Hugo static site with WordPress content", "license": "MIT", "scripts": { - "fetch-data": "node scripts/fetch-wordpress.js", + "fetch-data": "node scripts/fetch-data.js", "generate-content": "node scripts/generate-content.js", "prebuild": "npm run fetch-data && npm run generate-content", "build": "npm run build:css && npm run build:js", diff --git a/scripts/fetch-wordpress.js b/scripts/fetch-data.js similarity index 100% rename from scripts/fetch-wordpress.js rename to scripts/fetch-data.js diff --git a/yarn.lock b/yarn.lock index e0afbc5..d39ab81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -472,9 +472,9 @@ "@tailwindcss/oxide-win32-arm64-msvc" "4.1.12" "@tailwindcss/oxide-win32-x64-msvc" "4.1.12" -"@tailwindcss/postcss@^4.1.12": +"@tailwindcss/postcss@^4.1.4": version "4.1.12" - resolved "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.12.tgz" + resolved "https://registry.yarnpkg.com/@tailwindcss/postcss/-/postcss-4.1.12.tgz#ac2423c3cc69d673e2965c6d1413504a6398e415" integrity sha512-5PpLYhCAwf9SJEeIsSmCDLgyVfdBhdBpzX1OJ87anT9IVR0Z9pjM0FNixCAUAHGnMBGB8K99SwAheXrT0Kh6QQ== dependencies: "@alloc/quick-lru" "^5.2.0"