Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 17, 2022
1 parent b4304c3 commit 0f1703b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! micro-otp - MIT License (c) 2022 Paul Miller (paulmillr.com) */
import { base32 } from '@scure/base';
import { sha1 } from '@noble/hashes/sha1';
import { sha256 } from '@noble/hashes/sha256';
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"moduleResolution": "node16",
"outDir": ".",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"resolveJsonModule": true,
"baseUrl": ".",
Expand Down

0 comments on commit 0f1703b

Please sign in to comment.