summaryrefslogtreecommitdiff
path: root/examples/tailwindcss
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-06-08 09:46:48 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-08 09:46:48 -0400
commit6018769c5c61cd18c5eb8bcfe4e0046f650cb512 (patch)
treeb25bb664c0f97c686db918a40e2a6e1f9fe6545c /examples/tailwindcss
parentec5587e62631ce54aec118c8a2524689ae86fedc (diff)
downloadastro-6018769c5c61cd18c5eb8bcfe4e0046f650cb512.tar.gz
astro-6018769c5c61cd18c5eb8bcfe4e0046f650cb512.tar.zst
astro-6018769c5c61cd18c5eb8bcfe4e0046f650cb512.zip
Version Packages (#330)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/tailwindcss')
-rw-r--r--examples/tailwindcss/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json
index 3ff382a96..2bea3a777 100644
--- a/examples/tailwindcss/package.json
+++ b/examples/tailwindcss/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "^0.12.8",
+ "astro": "^0.12.9",
"tailwindcss": "^2.1.2"
},
"snowpack": {