diff options
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/README.md | 6 | ||||
-rw-r--r-- | packages/typescript-types/package-lock.json | 2 | ||||
-rw-r--r-- | packages/typescript-types/package.json | 6 |
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  -[](https://www.npmjs.com/package/@webauthntine/typescript-types) +[](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" }, |