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:
parent
3f6a0888b0
commit
0de08773f3
3 changed files with 8 additions and 2 deletions
6
.changeset/sweet-zoos-serve.md
Normal file
6
.changeset/sweet-zoos-serve.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"@astrojs/tailwind": patch
|
||||
"@astrojs/turbolinks": patch
|
||||
---
|
||||
|
||||
Make Tailwind & Turbolinks integration descriptions more consistent
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue