diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 01:21:11 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 02:53:17 +0800 |
| commit | 1becff84c83ad28b9d65bb7edf89e5b23f5b9b86 (patch) | |
| tree | 45af9ecb2a8633b808b820b31bbcf34f38912cfc /deno/base/deno.json | |
| parent | 6e2894f2c917dfe6c5a03e6453be292118f4ef00 (diff) | |
| download | crupest-1becff84c83ad28b9d65bb7edf89e5b23f5b9b86.tar.gz crupest-1becff84c83ad28b9d65bb7edf89e5b23f5b9b86.tar.bz2 crupest-1becff84c83ad28b9d65bb7edf89e5b23f5b9b86.zip | |
deno: merge utils to one file.
Diffstat (limited to 'deno/base/deno.json')
| -rw-r--r-- | deno/base/deno.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deno/base/deno.json b/deno/base/deno.json index 2c2d550..dabc02a 100644 --- a/deno/base/deno.json +++ b/deno/base/deno.json @@ -2,10 +2,9 @@ "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" } } |
