From 99bfef338ca068be1f734bc6ca784e12c8df7d7a Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 26 May 2020 11:23:30 -0700 Subject: Rename WebAuthntine to SimpleWebAuthn --- packages/typescript-types/README.md | 6 +++--- packages/typescript-types/package-lock.json | 2 +- packages/typescript-types/package.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/typescript-types') 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 ", "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" }, -- cgit v1.2.3