diff options
author | Matthew Miller <matthew@millerti.me> | 2020-08-11 22:33:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 22:33:16 -0700 |
commit | 4db87f7d1eb74a87dd5ad8667694fd5dd6f3c533 (patch) | |
tree | 19fcb190be6f6225d9c025c0003cc174c025871b /packages/typescript-types | |
parent | 0c777f489380b6606f25ed74337873c08126ace6 (diff) | |
parent | d85a3e79ec272e3a5a6bd86368a847b5f51d10e2 (diff) |
Merge pull request #48 from MasterKale/feature/authenticator-selection-defaults
feature/authenticator-selection-defaults
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 3b10876..c1ce9bb 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -20,8 +20,9 @@ "prepublish": "npm run build" }, "keywords": [ - "webauthn", "typescript", + "webauthn", + "fido", "types" ], "gitHead": "33ccf8c6c9add811c87d3089e24156c2342b3498" |