diff options
author | 2021-06-02 12:49:05 -0400 | |
---|---|---|
committer | 2021-06-02 12:49:05 -0400 | |
commit | 436a016408409cae53767ffc071cbf841e2c59a9 (patch) | |
tree | 154cc3d2df35dd4f73be01984cea4dd38b914fea /examples/tailwindcss | |
parent | b4cc8b096fafec627de658f8135a740b7e77fc5e (diff) | |
download | astro-436a016408409cae53767ffc071cbf841e2c59a9.tar.gz astro-436a016408409cae53767ffc071cbf841e2c59a9.tar.zst astro-436a016408409cae53767ffc071cbf841e2c59a9.zip |
Version Packages (#285)
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 0e191f2de..1a409f744 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.0-next.1", + "astro": "^0.12.0", "tailwindcss": "^2.1.2" }, "snowpack": { |