Skip to content

Commit 6a4f9e4

Browse files
authored
refactor: update node version (#186)
* refactor: update node version * refactor: extend exports
1 parent 5fe8a77 commit 6a4f9e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "push-based-user-flow-workspace",
33
"version": "0.0.0",
44
"engines": {
5-
"node": "16.14.3"
5+
"node": "^16.19.0",
6+
"npm": "^6.14.0"
67
},
78
"license": "MIT",
89
"scripts": {

packages/cli/src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
export { readRcConfig } from './global/rc-json';
12
export { ERROR_PERSIST_FORMAT_WRONG } from './commands/collect/options/format.constant';
23
export { getGlobalOptionsFromArgv } from './global/utils';
34
export { SETUP_CONFIRM_MESSAGE } from './commands/init/constants';
45
export { PROMPT_COLLECT_URL } from './commands/collect/options/url.constant';
5-
export { } from './commands/collect/options/ufPath';
66
export { PROMPT_COLLECT_UF_PATH } from './commands/collect/options/ufPath.constant';
77
export { PROMPT_PERSIST_OUT_PATH } from './commands/collect/options/outPath.constant';
88
export { PROMPT_PERSIST_FORMAT } from './commands/collect/options/format.constant';

0 commit comments

Comments
 (0)