Skip to content

Commit

Permalink
Simplify installation guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 25, 2024
1 parent 02eac3b commit 6868b63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,12 @@ This package can be installed from **[NPM](https://www.npmjs.com/search?q=%40sim
$ npm install @simplewebauthn/browser @simplewebauthn/types
```

```sh
$ npx jsr add @simplewebauthn/browser @simplewebauthn/types
```

### Deno v1.43 and higher

```sh
$ deno add jsr:@simplewebauthn/browser jsr:@simplewebauthn/types
```

```sh
# Available in Deno v1.46 and higher
$ deno add npm:@simplewebauthn/browser npm:@simplewebauthn/types
```

### UMD

This package can also be installed via **unpkg** by including the following script in your page's
Expand Down
9 changes: 0 additions & 9 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,12 @@ This package can be installed from **[NPM](https://www.npmjs.com/search?q=%40sim
$ npm install @simplewebauthn/server @simplewebauthn/types
```

```sh
$ npx jsr add @simplewebauthn/server @simplewebauthn/types
```

### Deno v1.43 and higher

```sh
$ deno add jsr:@simplewebauthn/server jsr:@simplewebauthn/types
```

```sh
# Available in Deno v1.46 and higher
$ deno add npm:@simplewebauthn/server npm:@simplewebauthn/types
```

## Documentation

You can find in-depth documentation on this package here:
Expand Down
9 changes: 0 additions & 9 deletions packages/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,8 @@ This package can be installed from **[NPM](https://www.npmjs.com/search?q=%40sim
$ npm install @simplewebauthn/types
```

```sh
$ npx jsr add @simplewebauthn/types
```

### Deno v1.43 and higher

```sh
$ deno add jsr:@simplewebauthn/types
```

```sh
# Available in Deno v1.46 and higher
$ deno add npm:@simplewebauthn/types
```

0 comments on commit 6868b63

Please sign in to comment.