summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-19 13:01:50 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-19 13:01:50 -0800
commitb4818701fe30ef28fb5ca02ea06e3f8f4f2316ea (patch)
treec5a7eb375b5233c2c6319d62d2b1ce31b92714b6 /examples/with-tailwindcss
parente6aaeff50cc5f5d16cb8e292c4f4253aa6969e27 (diff)
downloadastro-b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea.tar.gz
astro-b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea.tar.zst
astro-b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r--examples/with-tailwindcss/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e5150c345..05c12b1c3 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.12",
+ "astro": "^0.21.0",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}