Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Oct 9, 2024
1 parent 55015a4 commit 5d5caab
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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"exports": {
".": "./src/mod.ts",
"./cli": "./src/helmet.ts",
"./cli": "./src/cli.ts",
"./deps/typebox": "./src/deps/typebox.ts",
"./deps/k8s": "./src/deps/k8s.ts"
},
Expand Down

0 comments on commit 5d5caab

Please sign in to comment.