Skip to content

Commit

Permalink
change imports from micro-key-producer
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Jul 28, 2024
1 parent 79c7d1e commit 5daff99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.6.1",
"lock": false,
"imports": {
"ed25519-keygen/ssh": "npm:ed25519-keygen@~0.6.0/ssh"
"micro-key-producer/ssh.js": "npm:micro-key-producer@~0.7.0/ssh.js"
},
"compilerOptions": {
"noImplicitAny": true,
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getKeys } from 'ed25519-keygen/ssh';
import { getKeys } from 'micro-key-producer/ssh.js';

import { PBKDF2 } from './pbkdf2.ts';

Expand Down

0 comments on commit 5daff99

Please sign in to comment.