diff options
author | 2021-07-21 08:12:32 -0700 | |
---|---|---|
committer | 2021-07-21 08:12:32 -0700 | |
commit | 5f922221ba69eba712788ed5dfd2fb7c73c3956d (patch) | |
tree | 18847c2619f31bfb02ea209876282aff1a3f4589 /examples/with-tailwindcss | |
parent | 790bd89ead10ababe7010b9b72ea6e6a23e93fed (diff) | |
download | astro-5f922221ba69eba712788ed5dfd2fb7c73c3956d.tar.gz astro-5f922221ba69eba712788ed5dfd2fb7c73c3956d.tar.zst astro-5f922221ba69eba712788ed5dfd2fb7c73c3956d.zip |
Revert "Version Packages (next) (#692)"
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
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 51688142a..209b332c7 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^1.0.0-next.2" + "astro": "^0.18.0-next.1" }, "snowpack": { "workspaceRoot": "../.." |