Skip to content

Commit 713de02

Browse files
committed
fix: export cli
1 parent 4f6cd1b commit 713de02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deno.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@denorg/scrypt",
33
"version": "4.3.1",
4-
"exports": "./mod.ts",
4+
"exports": {
5+
".": "./mod.ts",
6+
"./cli": "./cli.ts"
7+
},
58
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
69
"lint": {
710
"files": {

0 commit comments

Comments
 (0)