From a2ba6fd89179910976cc4e2e5712def9926764b6 Mon Sep 17 00:00:00 2001 From: "moxey.eth" Date: Sun, 14 Jan 2024 15:23:43 +1100 Subject: [PATCH] chore: update package.json --- src/package.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/package.json b/src/package.json index 52999dc8..3cb77245 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,8 @@ "exports": { ".": "./_lib/index.js", "./components": "./_lib/components.js", - "./head": "./_lib/head.js" + "./head": "./_lib/head.js", + "./mdx-react": "./_lib/mdx-react.js" }, "peerDependencies": { "react": "^18.2.0", @@ -84,23 +85,12 @@ "license": "MIT", "homepage": "https://vocs.dev", "repository": "wevm/vocs", - "authors": [ - "awkweb.eth", - "jxom.eth" - ], + "authors": ["awkweb.eth", "jxom.eth"], "funding": [ { "type": "github", "url": "https://github.com/sponsors/wevm" } ], - "keywords": [ - "react", - "static", - "docs", - "generator", - "vite", - "documentation", - "mdx" - ] + "keywords": ["react", "static", "docs", "generator", "vite", "documentation", "mdx"] }