mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
24.55.2026 2af5f28ad91fe6fa1ddf505fdbd812dd74a65edb
chore: update package.json
1 files modified
4 ■■■■ changed files
package.json 4 ●●●● patch | view | raw | blame | history
package.json
@@ -53,8 +53,8 @@
        "hook:commit": "lint-staged --config .lintstagedrc.js",
        "hook:push": "node scripts/test-hugo-quickstart.ts",
        "lint:links": "lychee --config lychee.toml public",
        "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}",
        "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}",
        "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
        "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
        "prepare": "simple-git-hooks install",
        "release": "release-it --config .release-it.ts",
        "release:pre": "release-it --preRelease=prerelease --config .release-it.ts",