diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-13 16:33:02 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-13 16:33:02 -0700 |
commit | d955d961e5f9fdfcac57dd63757c388c5f47cc10 (patch) | |
tree | a60e2c79716b6716b8e4f51c5199fe6f8423ee3c /packages/typescript-types | |
parent | 1db2adb3c524d927532a69c36b2584d273367e53 (diff) |
Fix homepage links in package package.json files
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index a1cfd27..44db2f3 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/MasterKale/SimpleWebAuthn.git", "directory": "packages/typescript-types" }, - "homepage": "https://github.com/MasterKale/SimpleWebAuthn/packages/typescript-types#readme", + "homepage": "https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/typescript-types#readme", "publishConfig": { "access": "public" }, |