diff options
author | Valentin Popov <valentin@popov.link> | 2024-10-24 22:50:34 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-10-24 22:50:34 +0300 |
commit | bc13a45d3dfa0109ed043e63a9afbc7266b447e2 (patch) | |
tree | 57043cbd969eb8abc5bf1a897e1c35ef8706743a /package.json | |
parent | ef6185eb00b578c10034fe94be5131f0342a4d82 (diff) | |
download | popov.link-bc13a45d3dfa0109ed043e63a9afbc7266b447e2.tar.xz popov.link-bc13a45d3dfa0109ed043e63a9afbc7266b447e2.zip |
Updated the structure of the post's page
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 8e78839..6882149 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "website", "type": "module", - "version": "0.0.1", + "version": "2024.10.24", + "private": true, "scripts": { "format": "prettier --write .", "dev": "astro dev", @@ -16,9 +17,7 @@ "@astrojs/cloudflare": "^11.1.0", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "@iconify-json/hugeicons": "^1.2.1", "astro": "^4.16.7", - "astro-icon": "^1.1.1", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", |