This commit is contained in:
Alex Wellnitz 2023-09-02 23:12:50 +02:00
parent a4e7472d32
commit 555af03e10
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "alexohneander-astro",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alexohneander-astro",
"version": "2.3.0",
"version": "2.3.1",
"dependencies": {
"@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "alexohneander-astro",
"version": "2.3.0",
"version": "2.3.1",
"scripts": {
"dev": "astro check --watch & astro dev",
"start": "astro dev",
@ -56,4 +56,4 @@
"prettier --plugin-search-dir=. --write"
]
}
}
}