updated pproject infos

This commit is contained in:
Sebastian Wendel 2024-04-23 18:56:38 +02:00
parent 6ae2930d28
commit dea33e48f9

View file

@ -2,7 +2,7 @@
"name": "srx-digital", "name": "srx-digital",
"description": "Static website build with Astro and Nix", "description": "Static website build with Astro and Nix",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.1.1",
"author": "Sebastian Wendel", "author": "Sebastian Wendel",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -12,7 +12,7 @@
], ],
"private": true, "private": true,
"repository": { "repository": {
"url": "gitea@https://code.srx.digital:srx/srx.astro.nix.git", "url": "forgejo@code.srx.digital:srx/srx.astro.nix.git",
"type": "git" "type": "git"
}, },
"bugs": { "bugs": {
@ -46,4 +46,4 @@
"vite": "^5.2.10", "vite": "^5.2.10",
"vite-plugin-svgr": "^4.2.0" "vite-plugin-svgr": "^4.2.0"
} }
} }