Skip to content

Commit

Permalink
fix: export cli
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Mar 3, 2024
1 parent 4f6cd1b commit 713de02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@denorg/scrypt",
"version": "4.3.1",
"exports": "./mod.ts",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts"
},
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"lint": {
"files": {
Expand Down

0 comments on commit 713de02

Please sign in to comment.