diff options
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r-- | examples/with-tailwindcss/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d0d681b72..1882c5651 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -2,6 +2,13 @@ "name": "@example/with-tailwindcss", "version": "0.0.1", "private": true, + "description": "Astro has native TailwindCSS support out-of-the-box. This template demonstrates how to use Tailwind to style your Astro project", + "keywords": ["kitchen-sink","template","astro"], + "repository": { + "directory": "/examples/with-tailwindcss", + "type": "github", + "url": "https://github.com/snowpackjs/astro/tree/main" + }, "scripts": { "dev": "astro dev", "start": "astro dev", |