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 | 4f47b123f26d356661702b3d77c5c246be8620d0 (patch) | |
tree | aab52a08c3544b7514d24d68e7127f9aaba76057 /deno/base/deno.json | |
parent | 0ddd1dc07f7d00723933d832562497af23dce225 (diff) | |
download | crupest-4f47b123f26d356661702b3d77c5c246be8620d0.tar.gz crupest-4f47b123f26d356661702b3d77c5c246be8620d0.tar.bz2 crupest-4f47b123f26d356661702b3d77c5c246be8620d0.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" } } |