diff options
Diffstat (limited to 'deno/base/deno.json')
-rw-r--r-- | deno/base/deno.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deno/base/deno.json b/deno/base/deno.json index 2c2d550..582f0f6 100644 --- a/deno/base/deno.json +++ b/deno/base/deno.json @@ -2,10 +2,8 @@ "name": "@crupest/base", "version": "0.1.0", "exports": { + ".": "./lib.ts", "./config": "./config.ts", - "./cron": "./cron.ts", - "./date": "./date.ts", - "./text": "./text.ts", - "./log": "./log.ts" + "./cron": "./cron.ts" } } |