diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-28 18:33:33 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-28 18:36:22 -0400 |
| commit | 57dcd87622abdaae205a0e4d9cc884a4e802c17c (patch) | |
| tree | 578179ded2b31a591139a6c900c7f28854c61549 /package.json | |
| parent | 91b15d9fadd7308ddb68d0faeb610d1583be536b (diff) | |
fix(google): google 404
made modifications to prevent 404 errors with google.
Diffstat (limited to '')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 11aa8c9..da15897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anoduck/hinode-template", - "version": "0.4.4", + "version": "0.4.5", "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator", "main": "index.js", "scripts": { @@ -57,7 +57,7 @@ "postcss-cli": "^11.0.1", "rexreplace": "^7.1.12", "rimraf": "^6.0.1", - "stylelint": "^16.16.0", + "stylelint": "^16.17.0", "stylelint-config-standard-scss": "^14.0.0" }, "optionalDependencies": { |
