summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-21 08:12:32 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-21 08:12:32 -0700
commit5f922221ba69eba712788ed5dfd2fb7c73c3956d (patch)
tree18847c2619f31bfb02ea209876282aff1a3f4589 /examples/with-tailwindcss
parent790bd89ead10ababe7010b9b72ea6e6a23e93fed (diff)
downloadastro-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.json2
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": "../.."