From 14d1a7cea38ff45878cda92c3f7e0c5abc5a499e Mon Sep 17 00:00:00 2001 From: Jake Chvatal Date: Thu, 25 Jul 2024 12:43:10 +0200 Subject: [PATCH] Fix `vinxi-mdx` package description and link This makes the package source code much easier to find from the `npm` page! --- packages/vinxi-mdx/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vinxi-mdx/package.json b/packages/vinxi-mdx/package.json index 00ac4835..17dc92f8 100644 --- a/packages/vinxi-mdx/package.json +++ b/packages/vinxi-mdx/package.json @@ -40,11 +40,11 @@ "typescript": "^5.2.2", "vite": "4.5.0" }, - "description": "Vite plugin for MDX", + "description": "Vinxi plugin for MDX", "license": "MIT", - "repository": "https://github.com/brillout/vite-plugin-mdx", + "repository": "https://github.com/nksaraf/vinxi/blob/main/packages/vinxi-mdx", "keywords": [ - "vite", + "vinxi", "mdx" ], "publishConfig": {