diff options
author | 2021-07-13 08:31:28 -0400 | |
---|---|---|
committer | 2021-07-13 08:31:28 -0400 | |
commit | a22a601e9fc491ea55cdf58df99a84803efc5d50 (patch) | |
tree | ce3c8015a9016ff9951663c14904832cb607aaf0 /examples/with-tailwindcss | |
parent | 59f6792b00c8af2c89bef6d0a9bd31208e466607 (diff) | |
download | astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.tar.gz astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.tar.zst astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.zip |
Version Packages (next) (#663)
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 b7a0ffd36..848b9a0b8 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.17.2" + "astro": "^0.18.0-next.0" }, "snowpack": { "workspaceRoot": "../.." |