From f305bb129fac9d7cac53cd21e0efceeee9371eaf Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
Date: Sun, 18 Jan 2026 00:11:19 +0000
Subject: [PATCH] chore: remove outdated package.hugo.json (#902)

---
 /dev/null |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

diff --git a/package.hugo.json b/package.hugo.json
deleted file mode 100644
index 1d27984..0000000
--- a/package.hugo.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "author": "budparr",
- "bugs": {
-  "url": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues"
- },
- "comments": {
-  "dependencies": {},
-  "devDependencies": {
-   "auto-changelog": "project",
-   "cssnano": "project",
-   "postcss-cli": "project",
-   "postcss-cssnext": "project",
-   "tachyons": "project"
-  }
- },
- "dependencies": {},
- "description": "Theme Ananke",
- "devDependencies": {
-  "auto-changelog": "^1.16.1",
-  "cssnano": "^3.10.0",
-  "postcss-cli": "^7.1.0",
-  "postcss-cssnext": "^2.10.0",
-  "tachyons": "^4.9.1"
- },
- "homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
- "keywords": [
-  "hugo",
-  "gohugo"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "@thenewdynamic/gohugo-theme-ananke",
- "repository": {
-  "type": "git",
-  "url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
- },
- "scripts": {
-  "version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md"
- },
- "version": "2.7.0"
-}

--
Gitblit v1.10.0