diff options
author | 2021-06-04 14:28:14 -0400 | |
---|---|---|
committer | 2021-06-04 14:28:14 -0400 | |
commit | 7b900d867323faf4294695d75183763fdca8242d (patch) | |
tree | 906351bd2b0e51be8e30f5c64e8892f68045a6e6 /examples/tailwindcss | |
parent | aeba57d2366a4c1c05cd4b9bafd8651b9c179458 (diff) | |
download | astro-7b900d867323faf4294695d75183763fdca8242d.tar.gz astro-7b900d867323faf4294695d75183763fdca8242d.tar.zst astro-7b900d867323faf4294695d75183763fdca8242d.zip |
Version Packages (#295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/tailwindcss')
-rw-r--r-- | examples/tailwindcss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json index 05585fe1b..dfd01845e 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.1", + "astro": "^0.12.2", "tailwindcss": "^2.1.2" }, "snowpack": { |