Skip to content

Commit

Permalink
Merge pull request #417 from argentlabs/fix/webauthn-example-2
Browse files Browse the repository at this point in the history
Fix webauthn example
  • Loading branch information
sgc-code authored Jun 12, 2024
2 parents 9508af0 + 79caef0 commit 0eacf63
Show file tree
Hide file tree
Showing 14 changed files with 95,768 additions and 107,544 deletions.
5 changes: 3 additions & 2 deletions examples/webauthn/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "abydos",
"name": "webauthn-example",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,8 @@
"@peculiar/asn1-ecc": "^2.3.6",
"@peculiar/asn1-schema": "^2.3.6",
"elliptic": "^6.5.4",
"starknet": "v6.0.0-beta.13"
"js-sha256": "^0.11.0",
"starknet": "6.5.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
Expand Down
86 changes: 0 additions & 86 deletions examples/webauthn/src/lib/argent.ts

This file was deleted.

Loading

0 comments on commit 0eacf63

Please sign in to comment.