diff options
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/build_npm.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-types/build_npm.ts b/packages/typescript-types/build_npm.ts index f79ba8d..51dc1a0 100644 --- a/packages/typescript-types/build_npm.ts +++ b/packages/typescript-types/build_npm.ts @@ -27,7 +27,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/typescript-types', }, homepage: |