diff options
author | 2021-06-25 09:51:28 -0400 | |
---|---|---|
committer | 2021-06-25 09:51:28 -0400 | |
commit | 91e11aee2a57b6613fc824168950d7e3c7b0e144 (patch) | |
tree | 4b44dc4076c4ceb8e65b01cc8cee898756bc1cf4 /examples/tailwindcss | |
parent | 21dc28cb8e19a05a66beb461010cc6982e85ea10 (diff) | |
download | astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.tar.gz astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.tar.zst astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.zip |
Version Packages (#543)
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 710634c98..2efe251e7 100644 --- a/examples/tailwindcss/package.json +++ b/examples/tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." |