diff --git a/.changeset/stale-shrimps-join.md b/.changeset/stale-shrimps-join.md new file mode 100644 index 00000000..af610c10 --- /dev/null +++ b/.changeset/stale-shrimps-join.md @@ -0,0 +1,5 @@ +--- +'@luke-ui/button': patch +--- + +Update homepage field in package.json diff --git a/packages/button/package.json b/packages/button/package.json index 20a8abaf..ba00389f 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,7 +1,7 @@ { "name": "@luke-ui/button", "version": "0.1.0", - "homepage": "https://github.com/owner/project#readme", + "homepage": "https://github.com/lukebennett88/luke-ui#readme", "repository": { "type": "git", "url": "git+https://github.com/lukebennett88/luke-ui.git",