summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/browser/package.json1
-rw-r--r--packages/server/package.json1
-rw-r--r--packages/testing/package.json1
-rw-r--r--packages/typescript-types/package.json1
4 files changed, 4 insertions, 0 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json
index fb3d14b..fe57f25 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -26,6 +26,7 @@
"keywords": [
"typescript",
"webauthn",
+ "passkeys",
"fido",
"umd"
],
diff --git a/packages/server/package.json b/packages/server/package.json
index a04d0e9..9c9fde1 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -42,6 +42,7 @@
"keywords": [
"typescript",
"webauthn",
+ "passkeys",
"fido",
"node"
],
diff --git a/packages/testing/package.json b/packages/testing/package.json
index 6776f9d..0075915 100644
--- a/packages/testing/package.json
+++ b/packages/testing/package.json
@@ -22,6 +22,7 @@
"keywords": [
"typescript",
"webauthn",
+ "passkeys",
"fido",
"types"
]
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"
],