summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/README.md6
-rw-r--r--packages/typescript-types/package-lock.json2
-rw-r--r--packages/typescript-types/package.json6
3 files changed, 7 insertions, 7 deletions
diff --git a/packages/typescript-types/README.md b/packages/typescript-types/README.md
index c51948a..62114b0 100644
--- a/packages/typescript-types/README.md
+++ b/packages/typescript-types/README.md
@@ -1,6 +1,6 @@
-# @webauthntine/typescript-types
+# @simplewebauthn/typescript-types
![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
-[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/typescript-types?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@webauthntine/typescript-types)
+[![npm (scoped)](https://img.shields.io/npm/v/@simplewebauthn/typescript-types?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@simplewebauthn/typescript-types)
-TypeScript typings for [@webauthntine/server](../server/) and [@webauthntine/browser](../browser/)
+TypeScript typings for [@simplewebauthn/server](../server/) and [@simplewebauthn/browser](../browser/)
diff --git a/packages/typescript-types/package-lock.json b/packages/typescript-types/package-lock.json
index aa1c442..89e0111 100644
--- a/packages/typescript-types/package-lock.json
+++ b/packages/typescript-types/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "@webauthntine/typescript-types",
+ "name": "@simplewebauthn/typescript-types",
"version": "0.2.3",
"lockfileVersion": 1
}
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json
index b4e33e6..9fc9e9e 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -1,12 +1,12 @@
{
- "name": "@webauthntine/typescript-types",
+ "name": "@simplewebauthn/typescript-types",
"version": "0.2.3",
- "description": "TypeScript types used by the @webauthntine series of libraries",
+ "description": "TypeScript types used by the @simplewebauthn series of libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Matthew Miller <matthew@millerti.me>",
"license": "MIT",
- "homepage": "https://github.com/MasterKale/WebAuthntine/packages/typescript-types#readme",
+ "homepage": "https://github.com/MasterKale/SimpleWebAuthn/packages/typescript-types#readme",
"publishConfig": {
"access": "public"
},