Skip to content

Commit

Permalink
Make Tailwind & Turbolinks integration descriptions more consistent (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
yanthomasdev and delucis committed Mar 9, 2023
1 parent 3f6a088 commit 0de0877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/sweet-zoos-serve.md
@@ -0,0 +1,6 @@
---
"@astrojs/tailwind": patch
"@astrojs/turbolinks": patch
---

Make Tailwind & Turbolinks integration descriptions more consistent
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/turbolinks/package.json
@@ -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",
Expand Down

0 comments on commit 0de0877

Please sign in to comment.