Skip to content

Commit 91241e5

Browse files
committed
Adding configuration utilities to the global exports.
1 parent 55cb1ec commit 91241e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export { BaseCommand } from './src/BaseCommand.js';
33

44
export { logger, setDebugMode } from './src/utils/logger.js';
55
export { runCommand } from './src/utils/shell.js';
6+
export { findProjectRoot, loadConfig } from './src/utils/config.js';
67

78
export * from './src/CommandInterface.js';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexical/cli-core",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)