Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 14, 2024
1 parent b1fec40 commit a2ba6fd
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
}

0 comments on commit a2ba6fd

Please sign in to comment.