diff options
author | 2021-09-01 15:58:14 -0400 | |
---|---|---|
committer | 2021-09-01 15:58:14 -0400 | |
commit | a923268da2f5ada2f0c02b5bf339daf4a41afa0a (patch) | |
tree | 5858e43042bd9987ed24ffd9fb4fc970a8702ee9 /examples/with-tailwindcss | |
parent | 231964f084ba1f553d3a6455ea6e034cdf3d00c3 (diff) | |
download | astro-a923268da2f5ada2f0c02b5bf339daf4a41afa0a.tar.gz astro-a923268da2f5ada2f0c02b5bf339daf4a41afa0a.tar.zst astro-a923268da2f5ada2f0c02b5bf339daf4a41afa0a.zip |
Version Packages (#1271)create-astro@0.6.2astro@0.20.4
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 5b4646000..d0d681b72 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." |