Update @astrojs/sitemap to 1.0.0

This commit is contained in:
prototypa
2022-08-10 12:30:03 -04:00
parent 9d05f1aae8
commit c2cf31b777
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "astro dev",
@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^0.3.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.0"
}