summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-06-22 08:56:19 -0700
committerMatthew Miller <matthew@millerti.me>2023-06-22 08:56:19 -0700
commita6cd6e02e989453b176d7469ef72067a322dccf1 (patch)
tree0d16b7119d146df986eb7770e53d0f0836d96349
parent277739c139dd16b05ee2ad7e33d6f1010a282db9 (diff)
Specify minimum supported TypeScript
-rw-r--r--packages/server/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server/README.md b/packages/server/README.md
index 3cc7ffb..6b957ba 100644
--- a/packages/server/README.md
+++ b/packages/server/README.md
@@ -4,6 +4,7 @@
![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
[![npm (scoped)](https://img.shields.io/npm/v/@simplewebauthn/server?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@simplewebauthn/server)
![node-lts (scoped)](https://img.shields.io/node/v/@simplewebauthn/server?style=for-the-badge&logo=Node.js)
+![typescript minimum version 4.3](https://img.shields.io/badge/TypeScript-%3E%3D_4.3-3178C6?style=for-the-badge&logo=TypeScript)
- [Installation](#installation)
- [Usage](#usage)