diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-29 08:59:10 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-29 09:00:55 -0500 |
| commit | f079abb5cbc39bf5356bc7349f47b9b5c3627a48 (patch) | |
| tree | 3f61435b9737ec0ada3f7a7401ec5d67499ad44a /package.json | |
| parent | 8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff) | |
feat: 🎸 Added countup page
Added module countup and countup page.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 8220c13..6fd249e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@gethinode/template", - "version": "0.16.0", + "name": "@anoduck/hinode-template", + "version": "0.4.0", "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/gethinode/template.git" + "url": "git+https://github.com/anoduck/hinode-template.git" }, "author": "", "license": "MIT", @@ -57,7 +57,7 @@ "postcss-cli": "^11.0.0", "rexreplace": "^7.1.12", "rimraf": "^6.0.1", - "stylelint": "^16.13.2", + "stylelint": "^16.14.1", "stylelint-config-standard-scss": "^14.0.0" }, "optionalDependencies": { |
