diff options
author | 2021-07-21 08:18:13 -0700 | |
---|---|---|
committer | 2021-07-21 08:18:13 -0700 | |
commit | ac64d198e42d12c307f80226f58a5e2d4dde3c8e (patch) | |
tree | 985f8dd205b7254977a789f8ed0d114e1ea930c1 /examples/with-tailwindcss | |
parent | b0e6b5cbad48130662d7e9d1bb1e5f37cea419b6 (diff) | |
download | astro-ac64d198e42d12c307f80226f58a5e2d4dde3c8e.tar.gz astro-ac64d198e42d12c307f80226f58a5e2d4dde3c8e.tar.zst astro-ac64d198e42d12c307f80226f58a5e2d4dde3c8e.zip |
Version Packages (next) (#794)
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 209b332c7..de14ad9b5 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.18.0-next.1" + "astro": "^0.18.0-next.2" }, "snowpack": { "workspaceRoot": "../.." |