diff options
author | 2021-07-01 16:30:52 -0400 | |
---|---|---|
committer | 2021-07-01 16:30:52 -0400 | |
commit | 2ab625bee86f752ca963a572ee28b93cd94e8643 (patch) | |
tree | 107c1e01a568c644c200135815f67824ae00d92a /examples/with-tailwindcss | |
parent | 2d3e369da70fd4132430de4747f883a9d5f30c7b (diff) | |
download | astro-2ab625bee86f752ca963a572ee28b93cd94e8643.tar.gz astro-2ab625bee86f752ca963a572ee28b93cd94e8643.tar.zst astro-2ab625bee86f752ca963a572ee28b93cd94e8643.zip |
Version Packages (#602)
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 ea325ae75..88d8fef56 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.16.0" + "astro": "^0.16.1" }, "snowpack": { "workspaceRoot": "../.." |