diff options
Diffstat (limited to 'packages/server/build_npm.ts')
-rw-r--r-- | packages/server/build_npm.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/build_npm.ts b/packages/server/build_npm.ts index 8e5f1f9..cf2a102 100644 --- a/packages/server/build_npm.ts +++ b/packages/server/build_npm.ts @@ -66,7 +66,7 @@ await build({ author: 'Matthew Miller <matthew@millerti.me>', repository: { type: 'git', - url: 'https://github.com/MasterKale/SimpleWebAuthn.git', + url: 'git+https://github.com/MasterKale/SimpleWebAuthn.git', directory: 'packages/server', }, homepage: 'https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/server#readme', |