diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-19 17:03:02 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-19 17:03:02 -0700 |
commit | b8fb017ac7f893c1e8a6a30c302c8db3db34da59 (patch) | |
tree | eff307219ef51892a79f5f4dc6afd2b3215d93ef /packages/typescript-types | |
parent | 8d7ffc2450bb58053adc0b1ad4580d9e0d92a447 (diff) |
Update repo URLs in dnt package.json
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: |