Update astro to stable version 1.0.0

This commit is contained in:
prototypa
2022-08-10 12:18:40 -04:00
parent 0550628b53
commit dadc7699b7
2 changed files with 84 additions and 1196 deletions

1276
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "astro dev",
@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/sitemap": "^0.3.0",
"@astrojs/tailwind": "^0.2.5",
"astro": "^1.0.0-rc.3"
"astro": "^1.0.0"
}
}