diff options
author | 2023-03-09 19:55:49 -0300 | |
---|---|---|
committer | 2023-03-09 16:55:49 -0600 | |
commit | 0de08773f30cef0e131e42f2068ff56f826b41c0 (patch) | |
tree | 700ed3057315a5abecef614dfff95e8e01cc4ce8 | |
parent | 3f6a0888b024325c687cb2da3ee836e6eb93ef64 (diff) | |
download | astro-0de08773f30cef0e131e42f2068ff56f826b41c0.tar.gz astro-0de08773f30cef0e131e42f2068ff56f826b41c0.tar.zst astro-0de08773f30cef0e131e42f2068ff56f826b41c0.zip |
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>
-rw-r--r-- | .changeset/sweet-zoos-serve.md | 6 | ||||
-rw-r--r-- | packages/integrations/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/turbolinks/package.json | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/.changeset/sweet-zoos-serve.md b/.changeset/sweet-zoos-serve.md new file mode 100644 index 000000000..72fb9d6a6 --- /dev/null +++ b/.changeset/sweet-zoos-serve.md @@ -0,0 +1,6 @@ +--- +"@astrojs/tailwind": patch +"@astrojs/turbolinks": patch +--- + +Make Tailwind & Turbolinks integration descriptions more consistent diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 8801c4109..497d08640 100644 --- a/packages/integrations/tailwind/package.json +++ b/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", diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index 3d48348b2..5ed79680d 100644 --- a/packages/integrations/turbolinks/package.json +++ b/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", |