Skip to content

Commit 257b021

Browse files
committed
🚑
1 parent a11c5a6 commit 257b021

2 files changed

Lines changed: 2 additions & 1 deletion

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.11.1",
3+
"version": "0.11.2",
44
"exports": {
55
"./colors": "./src/colors.ts",
66
"./config_file": "./src/config_file.ts",

‎nodekit/src/index.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from "./colors.ts";
22
export * from "./config_file.ts";
3+
export * from './config.ts'
34
export * from "./fs.ts";
45
export * from "./git/index.ts";
56
export * from "./ignore.ts";

0 commit comments

Comments
 (0)