summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/browser/package.json3
-rw-r--r--packages/server/package.json3
-rw-r--r--packages/typescript-types/package.json3
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"