Skip to content

Commit 39e3cde

Browse files
committed
chore(react-components): point homepage at GitHub Pages docs + bump to 0.1.4
The package's docs SPA is published by `publish-docs.yml` to https://my-own-web-services.github.io/mows-react-components/ — point `homepage` at that URL instead of the GitHub repo readme so the npm package page links visitors to the live docs.
1 parent dec3d43 commit 39e3cde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@my-own-web-services/react-components",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Shared React component + context library for MOWS frontend apps (auth, theme, language, action manager, hotkeys, modals, plus a large component set built on Radix UI and shadcn/ui).",
66
"license": "MIT",
7-
"homepage": "https://github.com/my-own-web-services/mows#readme",
7+
"homepage": "https://my-own-web-services.github.io/mows-react-components/",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/my-own-web-services/mows.git",

0 commit comments

Comments
 (0)