diff options
author | Matthew Miller <matthew@millerti.me> | 2020-08-09 22:17:48 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-08-09 22:17:48 -0700 |
commit | d85a3e79ec272e3a5a6bd86368a847b5f51d10e2 (patch) | |
tree | 19fcb190be6f6225d9c025c0003cc174c025871b | |
parent | 86fcb9045f35c886b8b2603fc87762fa48cecb08 (diff) |
Add “fido” to package npm keywords
-rw-r--r-- | packages/browser/package.json | 3 | ||||
-rw-r--r-- | packages/server/package.json | 3 | ||||
-rw-r--r-- | packages/typescript-types/package.json | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json index 73bd6ac..d3192cb 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -23,8 +23,9 @@ "prepublish": "npm run build" }, "keywords": [ - "webauthn", "typescript", + "webauthn", + "fido", "umd" ], "devDependencies": { diff --git a/packages/server/package.json b/packages/server/package.json index 7ccbdf0..a252abb 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -26,8 +26,9 @@ "prepublish": "npm run build" }, "keywords": [ - "webauthn", "typescript", + "webauthn", + "fido", "node" ], "dependencies": { 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" |