Skip to content

Commit

Permalink
import mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Mar 9, 2024
1 parent 166f702 commit 7c416ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@key/gen-ssh-ed25519",
"version": "0.1.0",
"imports": {
"ed25519-keygen/": "npm:ed25519-keygen@~0.4.11/"
},
"exports": {
"./private": "./src/private.ts",
"./uuid": "./src/uuid.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ssh from 'npm:ed25519-keygen@~0.4.11/ssh';
import ssh from 'ed25519-keygen/ssh';

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

Expand Down

0 comments on commit 7c416ff

Please sign in to comment.