diff options
author | 2021-07-01 15:06:18 -0500 | |
---|---|---|
committer | 2021-07-01 15:06:18 -0500 | |
commit | 816797e350c452882fdbe1b8ed845cd74ef6cd44 (patch) | |
tree | 138ab2a81cb995c45f1284a02e167420a63d41f3 /examples/with-tailwindcss | |
parent | 4b89f4ed080dd0f1efed0d35311af543de1f9c60 (diff) | |
download | astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.tar.gz astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.tar.zst astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.zip |
Version Packages (#597)
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 06a27b59e..ea325ae75 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.15.5" + "astro": "^0.16.0" }, "snowpack": { "workspaceRoot": "../.." |