diff options
author | 2021-06-29 16:46:41 -0400 | |
---|---|---|
committer | 2021-06-29 16:46:41 -0400 | |
commit | e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0 (patch) | |
tree | dfe49dfd0b62dd7693f0d962796e332c4709f148 /examples/with-tailwindcss | |
parent | 6e6e203715ee90624c5972b435d6d3a7258f8a5e (diff) | |
download | astro-e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0.tar.gz astro-e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0.tar.zst astro-e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0.zip |
Version Packages (#567)
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 10fb5f059..744a661a8 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.1" + "astro": "^0.15.2" }, "snowpack": { "workspaceRoot": "../.." |