Make Tailwind & Turbolinks integration descriptions more consistent (#6419)

* Fix npm description for Tailwind & Turbolinks

* Change order so all start with Astro

* More descriptive descriptions!

Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>

* Add changeset

---------

Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
This commit is contained in:
Yan Thomas 2023-03-09 19:55:49 -03:00 committed by GitHub
parent 3f6a0888b0
commit 0de08773f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,6 @@
---
"@astrojs/tailwind": patch
"@astrojs/turbolinks": patch
---
Make Tailwind & Turbolinks integration descriptions more consistent

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
"description": "Use Tailwind CSS to style your Astro site",
"version": "3.1.0",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations",
"description": "Deprecated — Use Turbolinks to speed up page navigation in your Astro site",
"version": "0.2.0",
"type": "module",
"types": "./dist/index.d.ts",