Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Jan 15, 2025
1 parent 10a2fa5 commit 2e26a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": {
".": "./src/mod.ts",
"./cli": "./src/cli.ts",
"./deps/typebox": "./src/deps/typebox.ts",
"./deps/schema": "./src/deps/schema.ts",
"./deps/k8s": "./src/deps/k8s.ts"
},
"publish": {
Expand Down

0 comments on commit 2e26a41

Please sign in to comment.