diff options
author | Matthew Miller <matthew@millerti.me> | 2022-09-08 17:00:10 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-09-08 17:00:10 -0700 |
commit | 30bc46f68cc7aa20d741348e83c8062b9d6c75fe (patch) | |
tree | 9de16c0c353fd1aa7af7362b4ecd3f2072fa76be /packages/typescript-types | |
parent | b91516218edca7fc55830fe12c5c3eca3ceb7403 (diff) |
Add "passkeys" to npm keywords for next build
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 60bad1b..99cce45 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -23,6 +23,7 @@ "keywords": [ "typescript", "webauthn", + "passkeys", "fido", "types" ], |