Skip to content

Commit 5c07b0d

Browse files
committed
🐛 🚑 修复nodekit的导出
1 parent 92e2e04 commit 5c07b0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nodekit/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gaubee/nodekit",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"exports": {
55
"./colors": "./src/colors.ts",
66
"./config_file": "./src/config_file.ts",

nodekit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export * from "./colors.ts";
22
export * from "./config_file.ts";
3-
export * from "./fs_entry.ts";
3+
export * from "./fs.ts";
44
export * from "./git/index.ts";
55
export * from "./ignore.ts";
66
export * from "./markdown_file.ts";

0 commit comments

Comments
 (0)