diff options
author | 2022-01-18 08:38:15 -0500 | |
---|---|---|
committer | 2022-01-18 08:38:15 -0500 | |
commit | bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f (patch) | |
tree | 7d2dc937af8c1658c26865ac32e5499625a1180a /examples/with-tailwindcss | |
parent | 63ffcb3486b52e0283f33fc1488541669234dd82 (diff) | |
download | astro-bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f.tar.gz astro-bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f.tar.zst astro-bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f.zip |
[ci] release (#2412)astro@0.22.14
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index f352d93b5..e28d6fe8a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.13", + "astro": "^0.22.14", "autoprefixer": "^10.4.0", "tailwindcss": "^3.0.5" } |